This repository has been archived on 2024-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
CalliopeMini_Memory/README.md

24 lines
1.1 KiB
Markdown
Raw Normal View History

2019-03-11 14:52:07 +01:00
# CalliopeMini_Memory
A Memory game for Calliope Mini
2020-05-04 13:16:59 +02:00
This is one of my school projects (2018, I guess).
2019-03-11 15:11:56 +01:00
## 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/).
2019-03-11 15:15:25 +01:00
You have to import the mini-MemoryGame.hex into the MakeCode Editor, otherwhise you won´t be able to read code.
2019-03-11 15:11:56 +01:00
For the most time, the Variables have german names.
2019-03-11 15:15:25 +01:00
## License:
The project has a MIT License. For more information, read LICENSE. If you distribute or share the code, please add a License and a Copyright notice.