Skip to content

Simple implementation of Conway's Game of Life

License

Notifications You must be signed in to change notification settings

jacorbal/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Usage:

Options:
  --delay, -d   Delay seconds between iterations, or 0 for none
  --gens, -g    Maximum number of generations, or -1 to infinite
  --size, -s    Board size in "nxm" format
  --random, -r  Randomize board
  --file, -f    File to get board from, or stdin (implicit dimensions)
  --help, -h    Show help and exits
  --version -v  Show version and exits

Default values:
  * delay: 1 second
  * generations: infinite
  * size: 75x20

About

Simple implementation of Conway's Game of Life

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published