Interactive Jewel stealing game that teaches basic programming logic and structure!
Use the code box to code movements left, right, up, and down to move your robber and steal the jewel! Type:
'moveRight()' to move to the right
'moveLeft()' to move to the left
'moveDown()' to move down
'moveUp()' to move up.
Tip: Use loops to decrease the amount of code you have to write! Use loop syntax: [# times ... end] with # being a number.
Tip: Click 'Toggle Arrow Keys' to be able to use your arrow keys and unlock all levels!
Run with: python -m http.server for Windows/Linux
or
python3 -m http.server for MacOS
Then Click: http://localhost:8000