Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/orn8/micro-games
- Owner: orn8
- License: gpl-3.0
- Created: 2023-12-21T02:41:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T00:43:45.000Z (12 months ago)
- Last Synced: 2024-10-10T22:40:58.668Z (3 months ago)
- Topics: games, makecode, micro-bit, micro-python, microbit, micropython
- Language: Python
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
micro:games
Simple games for the micro:bit.
---
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 ✨