Skip to content

Simple implementation of Conways Game of Life in C++

License

Notifications You must be signed in to change notification settings

Pfonks/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameoflife

Simple implementation of Conways Game of Life in C++ with variable grid size and max cycle count. Uses a random seed by default.

Roadmap

  • Fix detection for changes which currently only works for some seeds
  • Optionally provide seed to begin with
  • Output to a scalable window instead of cli

About

Simple implementation of Conways Game of Life in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages