Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 454 Bytes

File metadata and controls

17 lines (11 loc) · 454 Bytes

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