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

https://github.com/turkeymcmac/game-of-life

An implementation of Conway's Game of Life
https://github.com/turkeymcmac/game-of-life

emergent-behavior game-of-life simulation

Last synced: 8 months ago
JSON representation

An implementation of Conway's Game of Life

Awesome Lists containing this project

README

          

# Game of Life
This is my implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life) in Rust. It might not be optimal, but whatever.