Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malec-palec/xiii-floor
js13kGames 2024 competition entry
https://github.com/malec-palec/xiii-floor
js13k js13kgames js13kgames2024
Last synced: 2 months ago
JSON representation
js13kGames 2024 competition entry
- Host: GitHub
- URL: https://github.com/malec-palec/xiii-floor
- Owner: malec-palec
- License: mit
- Created: 2024-09-01T20:38:20.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-19T23:05:57.000Z (3 months ago)
- Last Synced: 2024-09-29T02:41:10.264Z (3 months ago)
- Topics: js13k, js13kgames, js13kgames2024
- Language: TypeScript
- Homepage: https://js13kgames.com/2024/games/xiii-floor
- Size: 319 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XIII FLOOR
A game made for js13kGames 2024 competition, themed Triskaidekaphobia. Play the game [here](https://js13kgames.com/2024/games/xiii-floor).
The game by [Gleb Volkov](https://twitter.com/volkov_ayyy).
## Credits
* [Alisiy](https://www.instagram.com/tangreee) - cover art.
* [Hexany Ives](https://hexany-ives.itch.io) - the Master [monster](https://hexany-ives.itch.io/hexanys-monster-menagerie).
* [Kenney](https://kenney-assets.itch.io) - the characters' design is heavily inspired by [mobs](https://kenney-assets.itch.io/micro-roguelike), small pixel [font](https://kenney-assets.itch.io/1-bit-pixel-input-prompts-16).
* [PiiiXL](https://piiixl.itch.io) - [UI frame](https://piiixl.itch.io/frames-1-bit), [fence pattern](https://piiixl.itch.io/1-bit-patterns-and-tiles), [button shape](https://piiixl.itch.io/1-bit-icons-part-2).
* [ansdor](https://ansdor.itch.io) - large pixel [font](https://ansdor.itch.io/button-icons).## Setup
Execute `npm i` command to install dependencies.
## Build
Execute `npm run build` command to build the game.
## Run
Execute `npm run preview` command to launch it.
## Dev
Execute `npm start` command to start dev-server.