diff --git a/README.md b/README.md index 45d73a3..f22550a 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ Rules: https://en.wikipedia.org/wiki/Conway\'s_Game_of_Life -This is a game that relies on simple rules but can spawn complex behaviour. \ No newline at end of file +This is a game that relies on simple rules but can spawn complex behaviour. + +A simple python implementation of Conway's Game of Life.