This is just a short docu. Long docu is here.
You can reach me on twitter https://twitter.com/gontarre .
This is the as-simple-as-possible programming game i came up with. Design goals:
having a fun programming game should be very easy to use. no download, no log in should be easy to build
So that's the result. A browser-based programming game where you have to program a simulated vacuum cleaner robot with javascript.
Code is under GNU Affero General Public License v3.0.
Layout UI code is using goldenlayout, and part of the layout UI code is heavily inspired from the very awesome https://github.com/binji/wasm-clang .