From 9bf98c58505b6e3c8a791dd2a10ee8a1572d34ee Mon Sep 17 00:00:00 2001 From: tetsab Date: Sat, 16 Oct 2021 17:33:45 -0300 Subject: [PATCH 1/3] Added project --- Projects/2-Intermediate/Questins-game.md | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Projects/2-Intermediate/Questins-game.md diff --git a/Projects/2-Intermediate/Questins-game.md b/Projects/2-Intermediate/Questins-game.md new file mode 100644 index 00000000..24413301 --- /dev/null +++ b/Projects/2-Intermediate/Questins-game.md @@ -0,0 +1,27 @@ +# Book Finder App + +**Tier:** 2-Intermediate + +Create an application that will ask the player questions. The player's reward for each correct question will be an amount of money that will be added. The player can always stop the game whenever he wants and the game will end with the amount of money he already has. If the player chooses to answer the next question and makes a mistake, the game will end and will be left with half the amount won. If you win, the amount will be added to the total. Each question will have 5 options and only one is correct. + +## User Stories + +- [ ] User can enter the name at the beggining of the game +- [ ] User can see on screen the money already won and the next reward +- [ ] add a timer for the player to make decisions + +## Bonus features + +- [ ] At each end of the game, the name will be stored in a score, which must be accessible from the home screen, before the game starts. +- [ ] Game can be saved +- [ ] Implement an intuitive design +- [ ] Add loading animations +- [ ] Player can choose the difficulty + +## Useful links and resources + +an example to inspire development [Google Books API](https://en.wikipedia.org/wiki/500_Questions) + +## Example projects + +[Quizz game](https://github.com/sarveshchavan7/Quiz-Game) From 052f26f53820b07306b21454ac293861b2a63265 Mon Sep 17 00:00:00 2001 From: Nataly Martins <66051162+tetsab@users.noreply.github.com> Date: Sun, 17 Oct 2021 19:51:40 -0300 Subject: [PATCH 2/3] Update Questins-game.md --- Projects/2-Intermediate/Questins-game.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/2-Intermediate/Questins-game.md b/Projects/2-Intermediate/Questins-game.md index 24413301..eb43bba7 100644 --- a/Projects/2-Intermediate/Questins-game.md +++ b/Projects/2-Intermediate/Questins-game.md @@ -20,7 +20,7 @@ Create an application that will ask the player questions. The player's reward fo ## Useful links and resources -an example to inspire development [Google Books API](https://en.wikipedia.org/wiki/500_Questions) +an example to inspire development [WIKIPEDIA](https://en.wikipedia.org/wiki/500_Questions) ## Example projects From 3afe4dc56de5da65c4939d7572ce06c24276259e Mon Sep 17 00:00:00 2001 From: Nataly Martins <66051162+tetsab@users.noreply.github.com> Date: Sun, 17 Oct 2021 19:52:08 -0300 Subject: [PATCH 3/3] Update Questins-game.md --- Projects/2-Intermediate/Questins-game.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/2-Intermediate/Questins-game.md b/Projects/2-Intermediate/Questins-game.md index eb43bba7..08f89c13 100644 --- a/Projects/2-Intermediate/Questins-game.md +++ b/Projects/2-Intermediate/Questins-game.md @@ -20,7 +20,7 @@ Create an application that will ask the player questions. The player's reward fo ## Useful links and resources -an example to inspire development [WIKIPEDIA](https://en.wikipedia.org/wiki/500_Questions) +an example to inspire development [WIKIPEDIA](https://en.wikipedia.org/wiki/500_Questions) ## Example projects