From 63e9ef7f945d5c2e59d1f7a48834736d7f1698f1 Mon Sep 17 00:00:00 2001 From: Alan Wang <44191076+alankrantas@users.noreply.github.com> Date: Fri, 24 Jun 2022 01:55:13 +0800 Subject: [PATCH] Create README.md --- shake_it/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shake_it/README.md diff --git a/shake_it/README.md b/shake_it/README.md new file mode 100644 index 0000000..91760bb --- /dev/null +++ b/shake_it/README.md @@ -0,0 +1,12 @@ +## Shake-it Game + +This is a game that I've wrote a MakeCode version for coding summer/winter camps. It was actually quite popular among kids. + +``` +How to play: + +1) You have to shake the micro:bit long enough to "pass" a game. There are five games total by default. Your goal is to shake so the level value on the board can be added up until it reach the top. +2) When you shake the board, the LED screen and the buzzer sound will both change to indicate the level. +3) When you stop shaking the board, the level will gradually drop back to zero. +4) You can use the Python script to modify the level add/drop/max values to adjust the difficulty. +```