Command line version of the zero player game. Wiki page here: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Some context about this here: https://medium.com/@sidhantpanda/conways-game-of-life-explained-with-some-programming-a2970b468580
- Clone this repo
- Install dependencies:
npm install
oryarn install
. - Run
npm start
ornpm start [rows] [columns]
.
I've included 3 samples for fun These are:
This is currently still under development for options. Currently user can only configure number of rows and columns:
npm start 20 16
will start the game with 20 rows and 16 columns