🕹️ 3D Conway’s Game of Life in Unity
·
1min
·
Marcus Aas Jensen

Table of Contents
✨ Game of Life 3D is a 3D implementation of Conway’s Game of Life with adjustable rules and interactive grid management.
💻 GitHub Repository
🎯 Key Features
- 🧩 3D Cellular Automata: Conway’s Game of Life in three dimensions.
- 🔧 Adjustable Rules: configure alive neighbors for survival and birth.
- 🖱️ Interactive Controls: modify grid size and patterns during play mode.
- 🎨 Initial Patterns: includes a
Block3D
starting pattern at configurable positions.
🛠️ Development
Built with:
- 🎮 Unity 3D
- 🧩 C# for simulation logic
- 📦 CellManager component to manage grid size and cells
- 🕹️ GameOfLifeController for runtime simulation control
Note: Adjust grid size and rules in the CellManager
component and use the GameOfLifeController
functions only in play mode.