Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markusfisch/musasquest

A medieval adventure about the search for an exotic gift in 13 kilobytes for js13kgames 2023
https://github.com/markusfisch/musasquest

game javascript js13kgames

Last synced: 30 days ago
JSON representation

A medieval adventure about the search for an exotic gift in 13 kilobytes for js13kgames 2023

Awesome Lists containing this project

README

        

# Musa's Quest: A Gift From Faraway

Screenshot

A medieval adventure about the search for an exotic gift in 13 kilobytes
for [js13kGames][js13kgames] 2023.
The theme was "13th Century".

Play it [here][play].

Works on your phone, too.
Just keep the finger on the screen to explore a scene.

## Build Requirements

[esbuild][esbuild] is used for minification. You can get it with `npm`:

$ npm install --global esbuild

[js13kgames]: http://js13kgames.com/entries/2023
[play]: https://hhsw.de/sites/proto/js13k2023/
[esbuild]: https://github.com/evanw/esbuild