Hello ! My application is a simple game, all created in React. JS, which has very simple rules:
- First, give your player name.
- Then scroll and press the start button!
- Start button will cause that, the circle with numerical values visible in the middle of window will start to roll. On the wheel, there are numerical values that are to point our future number of points in which we get when we give the good answer of the question, which will appear in the window.
- The three hearts in the upper left corner of the window with the question, points the number of chances for the player, so if he answers the wrong question one of the hearts will disappear immediately.
- In case, that all the players "lives" will disappear, the game ends.
- If the "bankrupt" value is drawn, the player loses all points and the game also ends.
- If you draw the "Loose a turn" value, the player must answer the drawn question, but he doesn't receive points for it.
- REACT, JS
- Webpack
PS In future, i want to save the best scores on server.
The application uses the API from the website: https://opentdb.com/api.php?amount=50&category=18&type=multiple, which give us 50 question with multiple answers.
To run APP you need to write in terminal:
- npm install
- npm run dev