From dfbb832fd970943f68624af0099e601b935fc587 Mon Sep 17 00:00:00 2001 From: HalaSaadeh <52852257+HalaSaadeh@users.noreply.github.com> Date: Thu, 22 Oct 2020 15:43:30 +0300 Subject: [PATCH] Create Magic-8-Ball.Md --- Magic-8-Ball.Md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Magic-8-Ball.Md diff --git a/Magic-8-Ball.Md b/Magic-8-Ball.Md new file mode 100644 index 00000000..170f2e11 --- /dev/null +++ b/Magic-8-Ball.Md @@ -0,0 +1,30 @@ +# Magic 8 Ball App + +**Tier:** 1-Beginner + +Build a Magic 8 Ball application. +The application should contain an image of a Magic 8 Ball. A Magic 8 Ball is a fortune-telling game. The ball is a variation of the billiards 8-ball where users can ask the ball questions or predictions related to their life. +The 8 Ball would reply with a "prediction". This prediction can be a randomized answer from the following list: Yes, No, Maybe, For sure, Try again, Very likely, Far shot... +For an example on how the ball works: + + +## User Stories + +- [ ] User can ask the ball a question out loud and then tap the ball to get an answer. +- [ ] User can type a prediction. +- [ ] User can receive a randomized answer from the 8 Ball. + + +## Bonus features + +- [ ] User can have a sound play when the ball is asked a question +- [ ] User can shake their phone/device to receive a prediction. + +## Useful links and resources + +More info on the Magic 8 Ball: + +## Example projects + + +