How to play

To play this game, you’ll need to open the developer console. Here's how you do that:

  1. Right click the game, and choose "inspect" or "inspect element"
  2. On the developer UI that appears, switch to the "console" tab.
  3. 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:
  4. 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 right
  • moveRight(5) moves the robot 5 tiles to the right (you can also use any other number)
  • moveLeft() moves the robot 1 tile to the left
  • moveLeft(5) moves the robot 5 tile to the left (you can also use any other number)
  • jump() jumps once
  • open() is used just once for a special purpose :)
  • mute() toggles the sound and music
  • restart() restarts the level
  • nextLevel() skips to the next level
  • skipToEnd() skips to the last level

Leave a comment

Log in with itch.io to leave a comment.