lulf / bike-baker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bike-baker game

This is a simple baking game for micro bit. The goal is to "bake" something based on user input, currently the button 'A'. Some chaos element is provided using the accelerometer, so that if you shake the device too much while hitting the button, progress will be slow. Once all LEDs on the matrix are lit, you have won.

Controls:

  • Button 'A': Bake/make progress
  • Button 'B': Reset game

Prerequisites

Running the game

Make sure your BBC micro:bit is connected and found by probe-run:

probe-run --list-probes

Then, run the application:

cargo run --release

About


Languages

Language:Rust 98.4%Language:RPC 1.6%