Skip to content

Conway's Game of Life - Assignment for Authentication Models Class @ RIT Fall 2016

Notifications You must be signed in to change notification settings

nickmartin607/gameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

usage: gameoflife.py [options]

Conway's Game of Life

optional arguments:
  -h, --help            show this help message and exit

Optional Game Initial Setup Options:
  --initial {blinker,toad,lwss,tumbler,glider,exploder}
                        Initial configuration
  --coordinates (X,Y) [(X,Y) ...]
                        Specific coordinates for custom initial setup

Optional Game Specification:
  -d #, --dimension #   Dimension of the boards width and height
  -c #, --cells #       Number of default active cells
  -r #, --rounds #      Number of generations to run for

About

Conway's Game of Life - Assignment for Authentication Models Class @ RIT Fall 2016

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages