Merge 3afe4dc56d
into 08b771c863
commit
8cb6710570
@ -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 [WIKIPEDIA](https://en.wikipedia.org/wiki/500_Questions)
|
||||
|
||||
## Example projects
|
||||
|
||||
[Quizz game](https://github.com/sarveshchavan7/Quiz-Game)
|
Loading…
Reference in new issue