Skip to content

orn8/micro-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

micro:games

Simple games for the micro:bit.

GitHub Repo stars License

micro:games is a simple game hub for the micro:bit. Built with MakeCode and MicroPython.


How to Play

  • microINVADERS

Tilt the micro:bit left or right to move the ship, and press B to shoot the enemies. Enemies come in waves of 7, each with more health than the one before.

  • microDODGE

Dodge obstacles from ahead by using A and B to move left and right. Obstacles spawn and come faster as time moves on.

  • microRACE

Pick the number of total clicks required to win using A and B, then spam A and B to get to the end and win the race. You are timed on how long you take, which is eventually displayed as your score at the end.

Usage

micro:bit

Get the latest release of the Source code and unarchive it, then go to the hex folder and load in any game you like on the micro:bit.

Browser

Download the necessary *.ts or *.py program required from the code folder in the repository. Go to the micro:bit TypeScript or Python interpreter (whichever necessary) and load the game file in and start the micro:bit simulator.


Contributing

micro:games would love to have contributions (because I have no idea what I am doing)!

If you'd like to contribute, please report an issue, or open a PR.

Our Contributors ✨