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

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!

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.