Skip to content

Cellular Automata - Conway's game of life, written in C using SDL2 for graphics.

Notifications You must be signed in to change notification settings

Manzai-1/CA_GoL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CA_GoL

Cellular Automata - Conway's game of life, written in C using SDL2 for graphics.

Follows standard GoL rules, with an addition of state which only affects rendered color:

States:

  1. Stasis
  2. Born
  3. Death
  4. Nothingness

About

Cellular Automata - Conway's game of life, written in C using SDL2 for graphics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages