A simple implementation of  Conway's Game of Life in 3 dimensions, made over a night.

As the 3rd dimension implies that each cell has potentially up to 26 neighbours instead of 8, I had to play a bit around the original rules to make it works :

  1. Any live cell with fewer than 7 live neighbours dies, as if by underpopulation
  2. Any live cell with between 7 and 10 live neighbours survives on to the next generation
  3. Any live cell with more than 10 live neighbours dies, as if by overpopulation
  4. Any dead cell with between 6 and 11 live neighbours becomes a live cell, as if by reproduction

Project's code can be found on my Github.

StatusReleased
PlatformsWindows, HTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorSlymp
Made withUnity
Tags3D, game-of-life, Unity, zero-player

Download

Download
GameOfLife3D.zip 16 MB

Leave a comment

Log in with itch.io to leave a comment.