Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markusfisch/sojuz404
A space adventure in 13 kilobytes for js13kGames 2020
https://github.com/markusfisch/sojuz404
game javascript js13kgames
Last synced: 3 months ago
JSON representation
A space adventure in 13 kilobytes for js13kGames 2020
- Host: GitHub
- URL: https://github.com/markusfisch/sojuz404
- Owner: markusfisch
- License: unlicense
- Created: 2020-09-12T21:25:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T12:02:16.000Z (over 3 years ago)
- Last Synced: 2024-10-14T02:40:49.712Z (3 months ago)
- Topics: game, javascript, js13kgames
- Language: HTML
- Homepage: http://soyuz404.markusfisch.de/
- Size: 1.24 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Soyuz 404
A space adventure in 13 kilobytes for [js13kGames][js13kgames] 2020.
The theme was "404".Play it [here][play].
Works on your phone, too. Just keep the finger on the screen to explore
a scene. Lifting the finger over something does use that something.## Build Requirements
[esbuild][esbuild] is used for minification. You can get it with `npm`:
$ npm install --global esbuild
[js13kgames]: http://js13kgames.com/entries/2020
[play]: http://soyuz404.markusfisch.de/
[esbuild]: https://github.com/evanw/esbuild