This project is an attempt to use Phaser to make an HTML5 version of my physical card game of the same name (https://alamantus.itch.io/knights).
- Pull this repository,
- Run
npm installwhile in the root directory to download all the dependencies (it'll take a while), - Run
npm run buildto get everything in/srcminified and runnable into a/bindirectory, - Use
npm run serverto start the ExpressJS server in node, - Visit
http://localhost:3000to see theindex.htmlfile in/bin, - Profit.