Skip to content

mrizaln/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life

Conway's Game of Life

TODO

  • Restructure code
  • Fix data race
  • Fix argument parsing
  • Implement queue for Simulation to avoid contention when trying to access object inside it
  • Add trailing effect (draw previously live cell as dimmer version of currently live)
  • Parallelize the state update
  • Fix bug: cell randomly become alive appears on the edges

Preview:

out.mp4

Releases

No releases published

Packages

No packages published

Languages