From 220f0e7ffa3ba3899ed37a85587d6a65da51764c Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Sun, 1 Jan 2023 19:04:27 +0100 Subject: [PATCH] test commit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.