https://github.com/calebccff/gameoflife
A reimagined conway's Game Of Life using floats and a modified algorithm to make fun patterns!
https://github.com/calebccff/gameoflife
Last synced: over 1 year 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/calebccff/gameoflife
- Owner: calebccff
- 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-01-12T19:27:09.080Z (over 1 year ago)
- Language: Processing
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- 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.