Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wiserim/js13k-2024-13

Entry for js13kGames 2024
https://github.com/wiserim/js13k-2024-13

game js13k js13kgames js13kgames2024

Last synced: 1 day ago
JSON representation

Entry for js13kGames 2024

Awesome Lists containing this project

README

        

# Thirteen - js13kGames 2024
Entry for js13kGames 2024 (theme: Triskaidekaphobia).

## Links
* js13kGames 2024 entry: https://dev.js13kgames.com/2024/games/thirteen

## Description
On September 13, 2024 a body of a homicide victim was found. Crime scene analysis suggests odd similarities to series of 13 murders commited 13 years ago by unidentified serial killer (see case no. 20110913/013). We don't know if we're dealing with the same killer, copycat or it's just a coincidence. What we know is that killer won't stop on only one victim.

You take a role of a Police officer investigating a case of series of murders revolving around number 13. The killer is leaving clues about the next victim. Your objective is to identify the killer and protect their potential victims.

## Gameplay
On each day you can review police report and check personal files. You can protect a person from serial killer or arrest if you suspect them being a killer. You can arrest and protect only one person at once.

## Controls
Click / touch to interact.

## Building game
To run dev server use ```npm run dev``` command.

To build and zip game use ```npm run build``` command.

The build HTML file and it's zip file will be in ```build``` folder.

## Notice
Music generation was based on [xem](https://github.com/xem) [miniMusic](https://github.com/xem/miniMusic).