Skip to content

Valac01/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life build using PIXI.js

Conway's game of life, created using PIXI.js library

To build and run it, you need to have node installed.

Game controls

  • Create a cell in grid.

    • ctrl + mouse move
  • Erase a cell in grid.

    • shift + mouse move

Install Dependencies

npm install

Run in development mode

Note: Hot reload is not supported, to see changes you have to manually reload then page.

npm run dev

Build the production files

Production files are created inside build folder.

npm run build