Godot version of Conway's game of life
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ryan Reed d1cdb4c186 Changing directory structure and cleanup 1 year ago
assets Changing directory structure and cleanup 1 year ago
scenes Changing directory structure and cleanup 1 year ago
.gitignore Minor Cleanup 1 year ago
README.md Changing directory structure and cleanup 1 year ago
project.godot Changing directory structure and cleanup 1 year ago

README.md

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.

The project is over engineered but what isn't?