Skip to content

xpac27/pony-gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pony Game of Life

This is a learning exercice writing Conway's Game of Life in Pony.

Screenshot

Usage

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.

Settings

  • Lower swap_interval in Renderer.pony to speed up the simulation, 1 means in sync with monitor
  • Change scale in Game.pony to change the simulation's resolution, higher means more cells

About

Conway's Game of Life written in Pony

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published