Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.