Godot version of Conway's game of life
 

261 B

Overview

My attempt at a 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.