Skip to content

roblouie/js13k-2024

Repository files navigation

13th Floor

A 13kb Horror Experience

You can play the game here: https://js13kgames.com/2024/games/13th-floor

This game WON the 2024 JS13K Competition!

Please check out my other games as well!

Upyri (2023): https://js13kgames.com/2023/games/upyri

Charon Jr. (2022): https://js13kgames.com/2022/games/charon-jr

Info

You can read the post-mortem here: https://roblouie.com/article/1219/the-making-of-the-13th-floor-js13k-2024/

You can watch the trailer here: https://youtu.be/eF0seNiHA-Y?si=i58BGOKkhiS06UNY

You can watch me play through the game and comment on the development process here: https://youtu.be/TH_4_hXsuLw?si=4ecHQ2Y7JIcEC4vj

Source Code

To run the code locally, simply checkout the source and:

Install dependencies: npm install

Run Server: npm run serve

Every year I fork from one of my starter kits, either the WebGL or regular. You can find them here:

TypeScript Starter: https://github.com/roblouie/js13k-typescript-starter

TypeScript WebGL Starter: https://github.com/roblouie/js13k-typescript-starter-webgl