https://github.com/rayne/js13k-lost-robot
If I'd written the mapping module, it wouldn't be offline!
https://github.com/rayne/js13k-lost-robot
js13k js13kgames js13kgames2019 robot
Last synced: about 1 year ago
JSON representation
If I'd written the mapping module, it wouldn't be offline!
- Host: GitHub
- URL: https://github.com/rayne/js13k-lost-robot
- Owner: Rayne
- License: mit
- Created: 2019-09-13T02:40:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T22:18:30.000Z (over 6 years ago)
- Last Synced: 2025-04-12T03:29:05.493Z (about 1 year ago)
- Topics: js13k, js13kgames, js13kgames2019, robot
- Language: JavaScript
- Homepage: https://js13kgames.com/entries/lost-robot
- Size: 2.72 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LOST ROBOT
> If I'd written the mapping module, it wouldn't be offline!
Well, Jörg didn't write the module
and as a result we now have a robot that doesn't know the way back anymore
because the mapping module is offline.
Fortunately, the remote interface is working as expected.

## System Requirements
- Chrome, Edge or Firefox with ES6 support
- Keyboard or multi-touch screen
> ⚠ *The original JS13K version has no touch controls*
## Workflow
### Development
1. Install the dependencies
```
npm install
```
2. Run a webserver that is publishing the project root
to be able to load files from `/node_modules`
or build the application
3. Open `/public/index.html` with a browser,
e.g. Chromium or Firefox
### Build App
```
./bin/build
```
### Build JS13K Release
Please switch to the `js13k` branch for more information.
The submitted build is available at `/build/2019-09-13 00:09:13 JS13K.zip` (13000 bytes),
playable at [js13kgames.com](https://2019.js13kgames.com/entries/lost-robot)
and tagged with `js13k-final`.
### Build Maps
- [SVG MAP Format and Workflow](docs/MAP_FORMAT_SVG.md)
- [JSON MAP Format](docs/MAP_FORMAT_JSON.md)
## Libraries
- [Kontra](https://github.com/straker/kontra)
- [SAT](https://github.com/jriecken/sat-js)
- [ZzFX](https://github.com/KilledByAPixel/ZzFX)