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 a6016240a9 Fixing Cell Size Y input 1 year ago
assets Adding missing import 1 year ago
scenes/fps_counter Adding FPS counter 1 year ago
.gitignore Minor Cleanup 1 year ago
README.md Updating README 1 year ago
icon.svg Initial commit - Only supports world generation 1 year ago
icon.svg.import Initial commit - Only supports world generation 1 year ago
project.godot Setting main scene 1 year ago
world.gd Fixing Cell Size Y input 1 year ago
world.tscn Adding Quit button and cleaning up UI layout 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. This might be overkill but though it would be fun to try.