This is a learning exercice writing Conway's Game of Life in Pony.
clone
git clone https://github.com/xpac27/pony-gameoflife.git
cd pony-gameoflife
git submodule update --init
compile
ponyc
then run the executable
./pony-gameoflife
and click to spawn more cells.
- Lower
swap_interval
inRenderer.pony
to speed up the simulation, 1 means in sync with monitor - Change
scale
inGame.pony
to change the simulation's resolution, higher means more cells