Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 377 Bytes

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

TODO

  • Adjust speed with slider
  • Toggle cells with mouse
  • Clear screen
  • Pause game