Rock Paper Scissors game made with Pixi.js using ES6/2015.
To run this game you only need the files index.html and build/game.js
To make changes and build these files follow the next steps
First of all, this project needs Webpack in the global scope:
npm install webpack -g
Once we have installed webpack just clone this repository:
git clone https://github.com/thetomasgames/rockPaperScissors
And install it:
npm install
Now you can use npm start
or npm run dev
to start watching and compiling files, or npm run build
to create a minified, ready to production file.