Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiserim/js13k-2024-13
Entry for js13kGames 2024
https://github.com/wiserim/js13k-2024-13
game js13k js13kgames js13kgames2024
Last synced: about 2 months ago
JSON representation
Entry for js13kGames 2024
- Host: GitHub
- URL: https://github.com/wiserim/js13k-2024-13
- Owner: wiserim
- License: mit
- Created: 2024-08-19T19:12:15.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-01T18:22:55.000Z (4 months ago)
- Last Synced: 2024-11-01T11:42:18.055Z (3 months ago)
- Topics: game, js13k, js13kgames, js13kgames2024
- Language: JavaScript
- Homepage: https://dev.js13kgames.com/2024/games/thirteen
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).