Add files via upload

pull/1231/head
Peter Slendebroek 2022-01-04 22:32:36 +01:00 committed by GitHub
parent b4809c9cdd
commit 786b13925c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

34
apps/mmind/README.md Normal file
View File

@ -0,0 +1,34 @@
# Mastermind
Play the classic mind game mastermind on your Bangles 2.
![](screenshot_mmind.png)
## Game
The game will start when run.
Four colors pins are randomly choosen and kept secret.
You need to find the secret by scoring your choise within 6 turns.
The game makes use of touch features.
## Play
Select one of the dots, the color menu will show, select a colour for the pin.
If all pins are choosen with a color the red button will turn green.
Hit the green button and your play will be scored and listed from the top.
The first digit shows the number of pins with the correct color and in the right place.
The second digit gives the number of pins with the correct color but in the wrong place.
There are six turns to get the correct secret.
The blue button will start a new game.
## Requests
This is the first version, things to add:
Add menu to change game options number of colors, 5 pins per row.
Add feature to drag screen up and down to see more scores
## Creator
This game is created by Peter Slendebroek.