Webbie-Trivia is a Quiz game that see the players answering trivia questions while competing in the fictional game show Webbie! Created specifically with multiplayer party gaming in mind.
As with most TV Quizz shows, the winner of the game is the player with the most points. The show uses a multi-round format like most quizz games, featuring ten individual rounds. Each round has a color, red for high, yellow for medium and white for low difficulty.
Each round consists of a question where you have to be the fastest hitting the buzz (by typing anything and pressing Enter) so you can attempt to give the correct answer and win full points... otherwise... the next player will attempt and win a percentage of those points... and remember, if you fail you lose points.
One of the core objectives of the game is to help in the learning proccess and ofcourse to HAVE FUN!
To build this project using ANT go to the project folder and use the command ant
ant
To run the project go to the build folder inside the project and run the jar with the following command
java -jar Webbie-Trivia.jar [SERVER PORT]
- Java 8
- Java Sockets
- Java I/O
- OOP
- Functional Programming