From 40a9d8c21e5f10ebcad3895de2031a6f15250598 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Fri, 11 Aug 2023 16:03:19 -0400 Subject: [PATCH] Updating README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e69de29..834b71d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,6 @@ +# Overview + +My attempt at a [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life) simulation using Godot 4 + + +The project is also utilizing a RenderingServer to generate the cells. This might be overkill but though it would be fun to try.