This is a quiz consisting of 20 questions including Multiple Choice, Estimate, What Requires More Energy and Instead Of. The game can be played either singleplayer or multiplayer. Depending on the type of the question, the player can either click a button or enter the answer in the answer box. Each question must be answered within the 10 seconds time limit indicated by the bar at the top of the screen. After the time runs out, the correct answer is displayed to the player. For each correct answer, the player earns points depending on how fast they answered or if applicable, how close the answer was. To make the game more engaging you can use the Jokers and Emoji reactions.
| Profile Picture | Name | |
|---|---|---|
| Kazek Ciaś | k.j.cias@student.tudelft.nl | |
| Andrei Drăgoi | A.Dragoi@student.tudelft.nl | |
| Anna Szymkowiak | A.M.Szymkowiak@student.tudelft.nl | |
| Lucia Navarcikova | L.Navarcikova@student.tudelft.nl | |
| Santiago de Heredia | S.A.deherediatenorio@student.tudelft.nl | |
| Anthony Chen | A.Z.Chen@student.tudelft.nl |
- Clone the repository
- Open the terminal on the machine hosting the server and go to the folder which contains the parent folder
- Run the server through Gradle (type
.\gradlew bootRun) - Import the activities, by going to this URL:
localhost:8080/api/activity/importActivities
- Other players do not need to run the server, just the client. See the section below
- You need to be on the same Wi-Fi network and give them your IPv4 Address which you can find in the Terminal by
typing
ipconfig - The server the other players need to enter in the server field is
your IPv4+:8080
- Clone the repository
- Open the terminal (another instance if you are running the server on the same machine) and go to the folder which
contains the parent folder. You can do this by typing
cd <file location> - Run the client through Gradle (type
.\gradlew run)
Done! Now you can play!
- You can fork the project from GitLab and work on that to implement your changes.
- If you find any issues, you can open them in our project directly.
This is a copy of the final project, published with the agreement of all team members and the course teacher.