Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markusfisch/lostcityofs
- Owner: markusfisch
- License: unlicense
- Created: 2024-09-13T10:24:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T11:32:27.000Z (3 months ago)
- Last Synced: 2024-10-10T22:41:45.047Z (3 months ago)
- Topics: game, javascript, js13kgames
- Language: JavaScript
- Homepage: https://hhsw.de/sites/proto/js13k2024/
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lost City of S
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