Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 478 Bytes

Dungeon XIII

A web game created for the 2024 js13k game development competition.

Running locally

From the root directory, install all dependencies:

npm install

Run build:

npm run build

Start a local server in the dist folder.

Tip: Use debug=true query parameter to skip the landing page menu. For example http://localhost:8080/index.html?debug=true.

Attribution