Skip to content

My first test in pygame (implement Game Of Life)

License

Notifications You must be signed in to change notification settings

cwestergren/gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is a basic implementation of what will be game of life.

#Prerequisites

  • numpy-1.19.0
  • pygame-2.0.0.dev6

#Instructions

  • s to toggle drawing
  • t to cycle one iteration (not yet completed)
  • a to toggle automatic

#ToDos

  • Currently the playing field wraps around (i.e neigbours are counted also wrapped around the field) - fix.
  • Performance is abysmal - need to optimize to not scan through all items etc...

About

My first test in pygame (implement Game Of Life)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages