My code for Adventure Land.
💡 Note
This code was developed entirely for my own fun and personal learning experience. There are bugs and I'm likely to break things at any point in time. Use at your own risk!
Development is done primarily using Visual Studio Code.
It is recommended to use the Live Server extention to allow loading code directly from the editor.
Alternatively a small Python webserver is available:
pip install -r requirements.txt
python3 code_server.py
A simple remote code loader is provided in docs/examples/simple_loader.js.
Paste the contents of this file into the game's built-in CODE editor (-
key) to load code from a remote script instead of placing it in-game.
⚠️ IMPORTANT — Only use with URLs you control and trustUntrusted code may hijack your account, use it to mine crypto currency, steal personal data, cause your cat to run away and other nasty things.
I have written a small programming guide for Adventure Land that attempts to cover some of the common questions that may come up while writing code for the game.
Licensed under the MIT License. See LICENCE
for details.