https://github.com/albertinopadin/conwaysgameoflifereloaded
My implementation of Conway's Game of Life in Swift
https://github.com/albertinopadin/conwaysgameoflifereloaded
conways-game-of-life spritekit swift
Last synced: 3 months ago
JSON representation
My implementation of Conway's Game of Life in Swift
- Host: GitHub
- URL: https://github.com/albertinopadin/conwaysgameoflifereloaded
- Owner: albertinopadin
- Created: 2020-04-15T22:03:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T18:46:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-13T22:22:20.096Z (7 months ago)
- Topics: conways-game-of-life, spritekit, swift
- Language: Swift
- Homepage:
- Size: 721 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConwaysGameofLifeReloaded
My implementation of the Game of Life cellular automata: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Video:
[](https://www.youtube.com/watch?v=twVgQarFGeo "")
Experimental:
Changing the cell's alpha value from 0.0 to 1.0 is much faster than changing the color:[](https://www.youtube.com/watch?v=IMkzYZstlNc "")