Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markusfisch/musasquest
- Owner: markusfisch
- License: unlicense
- Created: 2023-09-12T21:02:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T12:24:43.000Z (4 months ago)
- Last Synced: 2024-10-16T19:21:46.014Z (3 months ago)
- Topics: game, javascript, js13kgames
- Language: HTML
- Homepage: https://hhsw.de/sites/proto/js13k2023/
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Musa's Quest: A Gift From Faraway
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