Energy awareness quiz game created by 5 students from TU Delft as part of the Object Oriented Programming Project Course. The goal of the game is to answer 20 energy related questions. For each question you have 10 seconds to give an answer. You are awarded more points the quicker you give the correct answer.
- Clone the repository from github
- Open a terminal and run the command "cd " followed by the path to the repository-template
- Run the command "gradlew bootrun"
- Open a new terminal, repeat step 3 and run the command "gradlew run"
- You can play on you server or on a friends' server by typing the name and click on "try server"
- Type you nickname press "ENTER"
- Enjoy your game!
- Open the repository template on any IDE of your choice
- You can find all the folders for the client and the server there
- Enjoy your time developing!