diff --git a/README.md b/README.md index 8c3fd39a..b0beb4b2 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,7 @@ Cyclone provides several example programs, including: - [Game of Life](examples/game-of-life) - The [Conway's game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) example program and libraries from R7RS. -- [Game of Life PNG Image Generator](examples/game-of-life-png) - A modified version of game of life that uses libpng to create an image of each iteration instead of writing it to console. This example also demonstrates basic usage of the C Foreign Function Interface (FFI): - - +- [Game of Life PNG Image Generator](examples/game-of-life-png) - A modified version of game of life that uses libpng to create an image of each iteration instead of writing it to console. This example also demonstrates basic usage of the C Foreign Function Interface (FFI). - Finally, the largest program is the compiler itself. Most of the code is contained in a series of libraries which are used by [`cyclone.scm`](cyclone.scm) and [`icyc.scm`](icyc.scm) to create executables for Cyclone's compiler and interpreter. diff --git a/examples/game-of-life-png/README.md b/examples/game-of-life-png/README.md new file mode 100644 index 00000000..6b9a5389 --- /dev/null +++ b/examples/game-of-life-png/README.md @@ -0,0 +1 @@ +