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 275b7f25f5 Adding random seed on first start 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 Adding random seed on first start 1 year ago
world.tscn Removing test seed 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.