New Apps - Lot 1 (#27)
* New Apps - Lot 1 Trying to mix it up a little with some fun, useful and just weird. Adds more new apps... Brainfuck Breakout Magic 8 Ball Todo List Also re-organised the app name part of main.yml * Fix build? * fixes * and some more * Update Brainfuck.cpp * i heard you like fixes with your fixes * no hard coded paths
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# Magic 8-Ball
|
||||
|
||||
A digital fortune-telling toy for Tactility.
|
||||
|
||||
## Overview
|
||||
|
||||
Ask a yes/no question, then shake the ball (tap or press a key) to receive one of 20 classic Magic 8-Ball responses. Responses span affirmative, non-committal, and negative categories.
|
||||
|
||||
## Features
|
||||
|
||||
- 20 classic Magic 8-Ball responses
|
||||
- Three response categories: Affirmative (10), Non-committal (5), Negative (5)
|
||||
- Prevents consecutive duplicate answers
|
||||
- Animated ball interface
|
||||
|
||||
## Controls
|
||||
|
||||
- **Touch**: Tap the ball to get a response
|
||||
- **Keyboard**: Enter or Space
|
||||
|
||||
## Responses
|
||||
|
||||
- **Affirmative**: "It is certain", "Without a doubt", "Yes definitely", "Most likely", and more
|
||||
- **Non-committal**: "Reply hazy, try again", "Ask again later", "Better not tell you now", and more
|
||||
- **Negative**: "Don't count on it", "My reply is no", "Very doubtful", and more
|
||||
|
||||
## Requirements
|
||||
|
||||
- Tactility
|
||||
- Input: Touchscreen and/or keyboard
|
||||
Reference in New Issue
Block a user