Create a Magic 8 Ball game.
The player asks a question and the program returns a random answer.
Example answers:
- Yes
- No
- Maybe
- Ask again later
- Definitely
Requirements:
- Use a list of possible answers
- Pick a random answer
- Follow the Terminal Arcade game structure
Create a Magic 8 Ball game.
The player asks a question and the program returns a random answer.
Example answers:
Requirements: