Commit d73b728
Changed files (1)
README.md
@@ -2,7 +2,9 @@
# The Game of Life
-This is my implementation of the game of life written in C.
+This is my implementation of the
+[Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) written
+in C.
To run this program you must have gcc and make installed. The default
make task will run the program with a 5x5 world.