Skip to content

Code4Community/jewel-thief

Repository files navigation

💎 Jewel Theif 💎

Interactive Jewel stealing game that teaches basic programming logic and structure!

🕹️ How to Play

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!

💻 Development

Run with: python -m http.server for Windows/Linux

or

python3 -m http.server for MacOS

Then Click: http://localhost:8000

About

Interactive Jewel stealing game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published