Implementation of Conway's Game of Life in Godot in 3D
Find a file
2026-03-09 14:59:10 +01:00
.editorconfig base implementation 2026-01-26 21:38:11 +01:00
.gitattributes base implementation 2026-01-26 21:38:11 +01:00
.gitignore base implementation 2026-01-26 21:38:11 +01:00
Conway-s Game of Life 3D.csproj added multithreading 2026-03-06 16:28:05 +01:00
Conway-s Game of Life 3D.sln c# rewrite 2026-02-03 12:26:31 +01:00
ghost.gdshader c# rewrite 2026-02-03 12:26:31 +01:00
ghost.gdshader.uid base implementation 2026-01-26 21:38:11 +01:00
Grid.cs added multithreading 2026-03-06 16:28:05 +01:00
Grid.cs.uid c# rewrite 2026-02-03 12:26:31 +01:00
icon.svg base implementation 2026-01-26 21:38:11 +01:00
icon.svg.import base implementation 2026-01-26 21:38:11 +01:00
LICENSE base implementation 2026-01-26 21:38:11 +01:00
meshes.tres c# rewrite 2026-02-03 12:26:31 +01:00
meshes.tscn base implementation 2026-01-26 21:38:11 +01:00
project.godot added multithreading 2026-03-06 16:28:05 +01:00
README.md Fix typo in README description 2026-03-09 14:59:10 +01:00
root.tscn c# rewrite 2026-02-03 12:26:31 +01:00

Conway's Game of Life

A 3D implementation of Conway's Game of Life written in Godot.