Implementation of Conway's Game of Life in Godot in 3D
Find a file
2026-02-04 19:56:18 +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 c# rewrite 2026-02-03 12:26:31 +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 moved calculation of cell changes into separate method 2026-02-04 19:56:18 +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 made cell indicies constants 2026-02-04 17:18:14 +01:00
README.md base implementation 2026-01-26 21:38:11 +01:00
root.tscn c# rewrite 2026-02-03 12:26:31 +01:00

Conway's Game of Life

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