Update README.md
This commit is contained in:
parent
4b627119b8
commit
b52985a45d
18
README.md
18
README.md
|
@ -1,2 +1,20 @@
|
|||
# CalliopeMini_Memory
|
||||
A Memory game for Calliope Mini
|
||||
## Controls:
|
||||
### Button A:
|
||||
Moves to the left.
|
||||
If you are pressing A while you are on a left wall, you will move one row up to the right.
|
||||
If you are in the upper left corner, you will move to the bottom row.
|
||||
### Button B:
|
||||
Moves to the right.
|
||||
If you are pressing B while you are on a right wall, you will move one row down to the left.
|
||||
If you are in the bottom right corner, you will move to the first row (at the top).
|
||||
### Button A+B
|
||||
Shows the color of the field. The RGB Light will show the color.
|
||||
You have two moves. After the second move the light will show up but will disappear after a few seconds.
|
||||
|
||||
## Code:
|
||||
The code was written in JavaScript with the MakeCode Editor (https://makecode.calliope.cc/).
|
||||
For the most time, the Variables have german names.
|
||||
|
||||
|
||||
|
|
Reference in New Issue
Block a user