Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the memory game #176

Closed
boerge1 opened this issue Feb 19, 2024 · 2 comments
Closed

Implement the memory game #176

boerge1 opened this issue Feb 19, 2024 · 2 comments
Labels

Comments

@boerge1
Copy link
Collaborator

boerge1 commented Feb 19, 2024

  • One card for starting the game with folder information
  • Memory cards usable for all this games
  • Files on SD Card: pairs are 001/002, 003/004, ...

How to generate the memory cards:
The memory cards can be used for all memory games, they contain no information about the folder, only the track number.
You can generate this cards within the admin menu (14th entry). There can be generated up to 254 cards but you can end the generation with pause button. You can use the back and forward buttons to jump if a write operation has not worked or you want to skip cards.

How to play:
You have to place two memory cards on the box one after the other. After each card, the corresponding track is played. After both cards have been placed on the box, you can press the pause button to find out whether the two cards match. Then two cards are played again and so on.
You can press the pause button at any time. If not both cards have been placed, you will be told which card should be placed.

Wie werden die Memory Karten erzeugt:
Die Memory Karten können für alle Memory-Spiele verwendet werden, sie enthalten keine Informationen über den Ordner, sondern nur die Titelnummer.
Du kannst diese Karten im Admin-Menü (14. Eintrag) erstellen. Es können bis zu 254 Karten erzeugt werden, aber Du kannst die Erzeugung jederzeit mit der Pausentaste beenden. Du kannst die Vor- und Zurück-Taste verwenden um zu springen, falls ein Schreibvorgang nicht geklappt hat oder du Karten überspringen möchtest.

Wie wird gespielt:
Du musst zwei Memory Karten nacheinander auf die Box legen. Nach jeder Karte wird der entsprechende Track abgespielt. Nach dem beide Karten aufgelegt wurden, kannst du mit der Pause Taste erfahren, ob die beiden Karten zusammenpassen. Danach werden wieder zwei Karten aufgelegt usw.
Du kannst die Pause Taste jederzeit drücken. Wenn nicht beide Karten aufgelegt wurden, wird angesagt, welche Karte aufgelegt werden soll.

@boerge1 boerge1 added enhancement New feature or request pull_request_exists labels Feb 24, 2024
@boerge1
Copy link
Collaborator Author

boerge1 commented Feb 26, 2024

pull request #177 created

@boerge1
Copy link
Collaborator Author

boerge1 commented Mar 16, 2024

pull request #177 merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant