https://github.com/shadyboukhary/game-of-life-3d
https://github.com/shadyboukhary/game-of-life-3d
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadyboukhary/game-of-life-3d
- Owner: ShadyBoukhary
- Created: 2019-10-02T03:54:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T21:12:46.000Z (about 6 years ago)
- Last Synced: 2025-04-21T13:39:20.039Z (6 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.