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.