Mission: Programmable
This game is not designed to run on your device. Add it to a collection to play later, or you can try to run it anyway.
How to play
To play this game, you’ll need to open the developer console. Here's how you do that:
- Right click the game, and choose "inspect" or "inspect element"
- On the developer UI that appears, switch to the "console" tab.
- Make sure you're interacting with the game, not the itch.io website. This part looks different for the different browsers, here's some images to explain it:
- On Chrome: Follow these instructions
- On Firefox: Follow these instructions
- On Safari: Follow these instructions
- If you used another browser, look for something like a dropdown that might say "top" and switch it to "index.html" or "Mission: Programmable" if either of those are options.
- Make sure the main window is wide enough to see the full game! Running the game in full screen works well.
By the way, if you see a bunch of yellow or red error messages, those are just messages caused by the itch.io website for the developers who need to fix up their code :)
Functions
moveRight()moves the robot 1 tile to the rightmoveRight(5)moves the robot 5 tiles to the right (you can also use any other number)moveLeft()moves the robot 1 tile to the leftmoveLeft(5)moves the robot 5 tile to the left (you can also use any other number)jump()jumps onceopen()is used just once for a special purpose :)
mute()toggles the sound and music
restart()restarts the levelnextLevel()skips to the next levelskipToEnd()skips to the last level
| Status | Released |
| Platforms | HTML5 |
| Author | Jez Swanson |
| Tags | Ludum Dare 53 |
| Links | Ludum Dare |

Leave a comment
Log in with itch.io to leave a comment.