Work in progress.
Interactive Game of Life board. Turn cells on or off with a click/drag of the mouse, and see how life evolves.
The interactivity is provided by a HTML canvas within a Vue app.
Early screenshot of basic functionality (the gif is missing some frames, so it looks a little jumpy):
Feel free to make suggestions/contribute.
npm install
npm run serve
npm run build
npm run lint