Conway's game of life, created using PIXI.js library
To build and run it, you need to have node installed.
-
Create a cell in grid.
ctrl
+mouse move
-
Erase a cell in grid.
shift
+mouse move
npm install
Note: Hot reload is not supported, to see changes you have to manually reload then page.
npm run dev
Production files are created inside build
folder.
npm run build