Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.27 KB

banner

Games for BBC micro:bit with Sparklet Shield

This project uses the Sparklet for the micro:bit which features a 16x16 matrix of colorful Neopixels. Click on the banner above for a video demonstration.

Run/Edit this project Build status badge

To edit this repository in MakeCode.

Instructions

  • Press either A/B button when you see the game you would like to play (snake or blocks)
  • Snake game: A/B buttons to turn clockwise/counterclockwise; eat red dots; avoid wall and snake body
  • Block game: A/B buttons to move block left/right; A+B to rotate; Shake to drop block

Metadata (used for search, rendering)

  • for PXT/microbit
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>