From 6573261753243257c7b168e174d45c9cd40061ee Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 11 Jun 2015 15:05:51 -0500 Subject: examples: Add Conway's Game of Life. * examples/life.scm: New file. * examples/Makefile.am (nobase_dist_examples_DATA): Add it. --- examples/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am index 7621f97..26ab508 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -23,6 +23,7 @@ nobase_dist_examples_DATA = \ joystick.scm \ simple.scm \ tilemap.scm \ + life.scm \ mines/mines.scm \ images/bullet.png \ images/p1_front.png \ -- cgit v1.2.3