Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Soyuz 404

Screenshot

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