Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markusfisch/lostcityofs

A quick running game in 13 kilobytes for js13kGames 2024
https://github.com/markusfisch/lostcityofs

game javascript js13kgames

Last synced: 16 days ago
JSON representation

A quick running game in 13 kilobytes for js13kGames 2024

Awesome Lists containing this project

README

        

# Lost City of S

Screenshot

In search of the lost city of S, S for superstition, where exactly that was
invented, as legend has it. And to this day, a mishap happens here every 13
seconds.

A quick running game in 13 kilobytes for [js13kGames][js13kgames] 2024.
The theme was "[Triskaidekaphobia][triskaidekaphobia]".

You can play a slightly improved post-compo version [here][play].

Works on your phone, too.

## Build Requirements

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

$ npm install --global esbuild

[js13kgames]: http://js13kgames.com/entries/2024
[triskaidekaphobia]: https://en.wikipedia.org/wiki/Triskaidekaphobia
[play]: https://hhsw.de/sites/LostCityOfS
[esbuild]: https://github.com/evanw/esbuild