Skip to content

Can you do the Kettle Run in less than 12 parsecs?

License

Notifications You must be signed in to change notification settings

blogmywiki/kettle_run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kettle Run

Kettle Run

(https://youtu.be/XJQb1DxJtcA)

Can you do the Kettle Run in less than 12 parsecs?

Here's another Python game for the BBC micro:bit that's very easy for pupils to edit and improve.

The idea is that you navigate your ship through a canyon - or cave system or mountains. You can rotate your micro:bit through 90 degrees and fly up & down or stay left and right. Use your imagination.

Use the A and B buttons to move left and right (or up and down), avoiding obstacles as you fly. If you hit anything it's GAME OVER and you press the reset button on the back to play again.

The aim is to get to your home port in order to put the kettle on for a nice cup of tea.

Complete 1 mission, and you are rewarded with a lovely cup of tea and get to go again - this time the game is faster and the terrain harder to navigate. Complete 5 and you win the game.

Hook a speaker or headphones up to pins 0 and GND for the audio experience.

There's loads of scope for students to make improvements to this game, simple or complex:

  • Add more levels by changing while level < 6: to a higher number.
  • Make the game harder by speeding it up more on each level by making the number bigger in speed -= 20
  • Edit the terrain image to make it bigger or more challenging - the game should play as long as the image lasts.
  • Perhaps add different terrains for different levels.
  • Replace the button presses with tilt control of your ship.

Kettle Run 2

This excting new version of the game features randomised terrain, longer runs on higher levels - and a lovely cup of tea!

kettlerun.hex

This is a hex file of Kettle Run 2 you can drag straight onto your micro:bit - if you just want to play the game and don't want to know how it works or modify it.

About

Can you do the Kettle Run in less than 12 parsecs?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages