https://github.com/kcxt/gameoflife
A reimagined conway's Game Of Life using floats and a modified algorithm to make fun patterns!
https://github.com/kcxt/gameoflife
Last synced: 9 months ago
JSON representation
A reimagined conway's Game Of Life using floats and a modified algorithm to make fun patterns!
- Host: GitHub
- URL: https://github.com/kcxt/gameoflife
- Owner: kcxt
- Created: 2018-10-02T08:37:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T08:38:58.000Z (over 7 years ago)
- Last Synced: 2025-06-06T16:11:42.491Z (12 months ago)
- Language: Processing
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameOfLife
Super basic Game Of Life using floats, could use HSB to make it more exciting.
It has multithreading and uses 1 thread for the game and 1 for renderering.