Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markusfisch/humwinanddarbold

Action adventure in 13kb for js13kGames 2021
https://github.com/markusfisch/humwinanddarbold

game javascript js13kgames webgl

Last synced: 3 months ago
JSON representation

Action adventure in 13kb for js13kGames 2021

Awesome Lists containing this project

README

        

# Humwin & Darbold

Screenshot

For [js13kGames][js13kgames] 2021.
The theme was "Space".

Humwin, your friendly space exploring robot, is in search for his pal
Darbold, who has gone missing on a strange planet. What happened to him
and where is he?

Play the original submission [here][play].

Unfortunately, the game turned out to be too unforgiving and I failed to
make the solution clear. So here's a slightly improved [post-compo][post]
version.

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/2021
[play]: http://hhsw.de/sites/proto/js13k2021/
[post]: http://hhsw.de/sites/humwin
[esbuild]: https://github.com/evanw/esbuild