Skip to content

Simple console C++ implementation of the famous Game of Life.

Notifications You must be signed in to change notification settings

Kiri111enz/life-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

life-game

Simple console C++ implementation of the famous Game of Life.

There are some details though:
  • each cell has a life level - amount of times it was alive in a row;
  • a cell cannot be alive more than 12 times in a row - it's life level will de decreased back to 0;
  • cell's life levels are displayed, not just binary states.
State of the field at each iteration is being saved to a file.

About

Simple console C++ implementation of the famous Game of Life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages