xpadro / GameOfLife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameOfLife

Clone repository:

> git clone git@github.com:xpadro/GameOfLife.git

From the root of the project, execute the following command:

> cat toad.life | ./gameoflife.sh

For multiple game generations:

> cat toad.life | ./gameoflife.sh | ./gameoflife.sh

About


Languages

Language:Java 99.5%Language:Shell 0.5%