Skip to content
/ GOL Public

A simple Conway's Game of Life implementation in C

License

Notifications You must be signed in to change notification settings

DarkAdin/GOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOL

A simple Conway's Game of Life implementation in C

Download and compilation

Simply:

git clone 'https://github.com/DarkAdin/GOL.git'
cd GOL
make
./GOL

Modifiable parameters:

  • Dimensions of the grid
  • Probability of life in a cell
  • char representation of life and death states
  • Velocity of evolution in microseconds (usleep())

Coming soon

  • Reading a predefined grid of life from disk

About

A simple Conway's Game of Life implementation in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published