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

https://github.com/caolan/snake

Snake game for the BBC micro:bit
https://github.com/caolan/snake

Last synced: about 1 year ago
JSON representation

Snake game for the BBC micro:bit

Awesome Lists containing this project

README

          

# Snake for BBC micro:bit

This is a little snake game I made at [Python Sheffield][pysheff] one
evening. You can use the [Mu][mu] editor to flash it to your micro:bit.

![Game photo](https://github.com/caolan/snake/raw/master/game.gif)

## Controls

| Direction | Button A | Button B | |
|:----------|:--------:|:--------:|:---------------|
| Left | X | | Hold A |
| Right | | X | Hold B |
| UP | X | X | Hold A + B |
| Down | | | Press nothing |

[pysheff]: https://twitter.com/pysheff
[mu]: https://github.com/mu-editor/mu