Skip to content

thetomasgames/rockPaperScissors

Repository files navigation

Rock Paper Scissors

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

Usage

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.

About

Rock paper scissors game made using Pixi.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published