Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omixen/MacroPad-math-game
Math Game on Adafruit MacroPad built with CircuitPython
https://github.com/omixen/MacroPad-math-game
Last synced: about 2 months ago
JSON representation
Math Game on Adafruit MacroPad built with CircuitPython
- Host: GitHub
- URL: https://github.com/omixen/MacroPad-math-game
- Owner: omixen
- License: apache-2.0
- Created: 2021-08-08T06:00:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T20:58:45.000Z (over 3 years ago)
- Last Synced: 2024-08-03T03:03:04.116Z (5 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-macropad - BrainMAX
README
# BrainMAX: macropad-math-game
Math Game on Adafruit MacroPad built with CircuitPython- Download to Adafruit MacroPad to try!
- Include necessary libs## How to Play
```
Key Layout
1 2 3
4 5 6
7 8 9
< 0 >Title: Press > to start new game
Game:
Enter answer, then press > to submit
Press < to erase.Gameover: Press > to go back to title screen
```## Title Screen
```
BrainMAX
Welcome Challenger!Press ENTER To Start.
```## Game Screen 1
```
BrainMAX
Solve: 6 - 3 = ?1
```## Game Screen 2
```
BrainMAX
Solve: 6 - 3 = ?
UH.. TRY AGAIN
Lives: 4
```## Game Screen 3
```
BrainMAX
Solve: 6 - 3 = ?
AWESOME!
Score: 2
```## Game Over Screen
```
BrainMAX
SCORE: 2
GAME OVER...
Restart?
```## Game Win Screen
```
Go find out yourself!
```