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 40a9d8c21e Updating README 2 years ago
scenes/fps_counter Adding FPS counter 2 years ago
.gitignore Initial commit - Only supports world generation 2 years ago
README.md Updating README 2 years ago
icon.svg Initial commit - Only supports world generation 2 years ago
icon.svg.import Initial commit - Only supports world generation 2 years ago
project.godot Initial commit - Only supports world generation 2 years ago
world.gd Minor fix 2 years ago
world.tscn Adding processing of world 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. This might be overkill but though it would be fun to try.