Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

XIII Feet Underground - a js13kGames 2023 competition entry by @RafalKornel & Gosia.

Notifications You must be signed in to change notification settings

js13kGames/xiii-feet-underground

 
 

Repository files navigation

XIII Feet Underground

This project is a game created for js13kGames contest

Final size: 13 131 bytes

TODO

  • Display item icons
  • Dialogue speech feature
  • Add introduction screen

Installing dependencies

yarn

Run locally

yarn dev

Build

Build project:

yarn build

This will do all neccesary for build steps: compilation of assets, build of project and compression. Output will be in dist.zip file - this file should be submitted to js13k contest

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • HTML 0.4%