Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/riley-martin/game_of_life

An implementation of Conway's Game of Life using Rust compiled to webassembly and javascript
https://github.com/riley-martin/game_of_life

Last synced: about 2 months ago
JSON representation

An implementation of Conway's Game of Life using Rust compiled to webassembly and javascript

Awesome Lists containing this project

README

        

# Conway's Game of Life
## About
This is my implementation of Conway's Game of Life. It uses Javascript and
Rust compiled to Webassembly and draws the game onto an HTML canvas element.
## Demo
You can try a live preview [here](https://riley-martin.github.io/game_of_life)
## TODO
- [x] Adjust speed with slider
- [x] Toggle cells with mouse
- [x] Clear screen
- [x] Pause game