sholloway / cells

A Javascript module for simulating Conway's Game of Life in a browser."
https://samuelholloway.com/cells
MIT License
1 stars 0 forks source link

Web workers #24

Closed sholloway closed 4 years ago

sholloway commented 4 years ago

Migrates the grid system to a web worker. Removed Istanbul. Updated all dependencies. Restructured event system to be in a dedicated folder.