/godot-game-of-life

Simple Game of Life remake in Godot 4

Primary LanguageGDScript

Game of Life remake in Godot 4

This is an exercise of making a Game of Life game remake with Godot (4.1.1) live.

The algorithm to perform the update of the grid is pretty brute force-ish, so there might be neede to optimize it.