Implementation of the classic zero-player simulation Conway's Game of Life.
This isn't the only build approach that will work, but this is the way I've been doing it.
On Windows, you will need GNAT and GtkAda installed in adjacent directories. These are available for free for non-professional work from AdaCore's website. Build using the GPS IDE, which is part of GNAT.
On Debian/Ubuntu, dependencies can be installed using apt
and the project can be built using gprbuild
. See the travis build script for details.