mchorse / godot-game-of-life

Simple Game of Life remake in Godot 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple Game of Life remake in Godot 4


Languages

Language:GDScript 100.0%