- Install npm if necessary, then run
npm installwithin the base directory. - Build the code by running
npx webpack. This will updatestatic/bundle.js. - As the game uses the fetch API, you will need to run a local web server. Simply use the provided
localserver.sh, then visithttp://localhost:8000/in your browser.
This software is provided under the ISC License. See LICENSE for more information.