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
- Host: GitHub
- URL: https://github.com/caolan/snake
- Owner: caolan
- Created: 2016-09-28T18:10:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T07:04:59.000Z (over 9 years ago)
- Last Synced: 2025-02-28T15:05:31.821Z (over 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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