Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orn8/micro-games

Simple games for the micro:bit.
https://github.com/orn8/micro-games

games makecode micro-bit micro-python microbit micropython

Last synced: 3 days ago
JSON representation

Simple games for the micro:bit.

Awesome Lists containing this project

README

        


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](https://makecode.microbit.org/) and [MicroPython](https://python.microbit.org/).

---

## 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](https://github.com/orn8/micro-games/releases) 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](https://github.com/orn8/micro-games/tree/main/code) folder in the repository. Go to the micro:bit [TypeScript](https://makecode.microbit.org/) or [Python](https://python.microbit.org/v/beta) 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 ✨