Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markusfisch/humwinanddarbold
- Owner: markusfisch
- License: unlicense
- Created: 2021-09-13T04:20:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T11:28:38.000Z (5 months ago)
- Last Synced: 2024-10-14T02:40:56.900Z (3 months ago)
- Topics: game, javascript, js13kgames, webgl
- Language: JavaScript
- Homepage: https://hhsw.de/sites/humwin
- Size: 198 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Humwin & Darbold
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