An open API service indexing awesome lists of open source software.

https://github.com/shadyboukhary/game-of-life-3d


https://github.com/shadyboukhary/game-of-life-3d

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# game-of-life-3d
Quasi Game of life in 3D

Rules for game:
Live cells must have 2-3 neighbors to survive
Dead cells must have exactly 3 live neighbors to come to life for the next generation.