Skip to content

This is my own c++ implementation of the Game Of Life from John Cornway. I'm a student, so don't expect much from it.

License

Notifications You must be signed in to change notification settings

Zac06/Cornway-s-Game-of-Life_CMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cornway's Game of Life - CMD

This is my own C++ implementation of the Game Of Life from John Cornway. This implementation of the game is made through printing ASCII characters on the command prompt. This isn't optimal for the game's performance, but I also made a SDL2-based version that doesn't need much resources to run. This version is platform dependent (Windows) since it uses the Windows API. Game's speed execution may vary depending on your CPU's performance.

About

This is my own c++ implementation of the Game Of Life from John Cornway. I'm a student, so don't expect much from it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages