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 install
while in the root directory to download all the dependencies (it'll take a while), - Run
npm run build
to get everything in/src
minified and runnable into a/bin
directory, - Use
npm run server
to start the ExpressJS server in node, - Visit
http://localhost:3000
to see theindex.html
file in/bin
, - Profit.