Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

GameOfLife

Programming GameOfLife, virtualisation of cellular life in time where life follows deterministic rules and each generation is the product of the relation between past generation * rules;

Compilation: cc life.c -o life

Run as: echo 'sdxddssaaww' | ./a.out 5 5 0 | cat - e Where stdin string is the first generation: Imagine a pen starting in the top left corner of the board. Each command is one of these characters: w a s d -> move the pen up, left, bottom, and right. x -> lift lower the pen in order to start or stop drawing.

args are: width height iterations

About

Programming GameOfLife, virtualisation of cellular life in time where life follows deterministic rules and each generation is the product of the relation between past generation * rules;

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages