Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 499 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 499 Bytes

Super Crate Hoard: A more accessible Sokoban

Building and Running

  • Install npm if necessary, then run npm install within the base directory.
  • Build the code by running npx webpack. This will update static/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 visit http://localhost:8000/ in your browser.

License

This software is provided under the ISC License. See LICENSE for more information.