Godot version of Conway's game of life
 
Ryan Reed ebece003eb Allowing for camera movement and moving camera functions out of conway.gd 2 years ago
assets Changing directory structure and cleanup 2 years ago
scenes Allowing for camera movement and moving camera functions out of conway.gd 2 years ago
.gitignore Minor Cleanup 2 years ago
README.md Changing directory structure and cleanup 2 years ago
project.godot Allowing for camera movement and moving camera functions out of conway.gd 2 years 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?