Skip to content

ScriptaGames/Stonehold

Repository files navigation

Stonehold

A dungeon game. Originally our submission to Ludum Dare 50 April 2022.

https://ldjam.com/events/ludum-dare/50/stonehold

Initial setup

  1. Install node.js (version 14 or higher, 16 recommended).
  2. Install yarn.
  3. Run yarn to install dependencies.

Commands

  • yarn dev - start local dev server
  • yarn build - do a production build
  • yarn fmt - format the source code