Skip to content

Dolaxom/C_game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Game of life (Conway's Game of Life)

Recreation in C of a cellular automaton developed in 1970.

example

To run, compile the .c file and run it with the path to the file with cell coordinates passed to the arguments.

For example:

gcc game_of_life.c

./a.out data/State01.txt

About

Recreation in C of a cellular automaton developed in 1970.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages