Commit d73b728

mo khan <mo@mokhan.ca>
2015-01-04 00:07:24
add link to conways game of life rules.
1 parent abbce5a
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.