Project for Grundlagen der Programmierung from:
- Arzberger Raphael
- Bordei Sergiu
- Davidowicz Laura Nurit
- Fischer Carmen
- Gallmetzer Nina
This project should be a program that lets the user play a game inspired by "Who want's to be a millionaire". It was made for the subject Grundlagen der Programmierung at FH Campus Wien.
Language: JAVA Questions can be added to the "Questionnaire.json" in the following format: { "question": "Question", "answer0": "answer0", "answer1": "answer1", "answer2": "answer2", "answer3": "answer3", "difficulty": //integer, "answer": //integer, "hint": "A Hint" }
- Execute the App via Gradle (Tasks > application > run).
- Start the Game by pressing the play game button.
- Enter your name, choose how many questions you want to play and press Start.
- Use jokers if you need them - three are available (delete two wrong answers, skip a question, show a hint). Each can be used once.
- You get points for correct answers, but you also lose points for wrong answers!
- Your final score will be written to the high score list (if you make it to top 20).