A 2D pixel art game made using PixiJS. This game is implemented mostly following Rex van der Spuy's Learn Pixi.js book.
Note: This repo is written in ES6 without a transpiler, so it will only run on Chrome for now. Transpiling will surely be added in the future!
- Use
npm run buildto transpile all ES6 scripts in/srcdirectory, and store them in/dist. - Use
npm run hostto transpile then launch a simple web server. Open your browser and go tohttp://localhost:8080to see the game.
