A real-time network-based speed quiz game implemented using Java. This project supports multiplayer gameplay (2-4 players) and includes a graphical user interface (GUI).
- Server and Client Architecture:
- The server hosts the game and manages the players and quiz logic.
- Multiple clients can connect to the server by providing the server's address and port.
- Multiplayer Support:
- The game supports 2-4 players, with real-time communication and scoring.
- Interactive GUI:
- Modern and visually appealing interface using custom images and styles.
- Quiz Functionality:
- Players answer quiz questions as quickly as possible.
- Scores are updated in real-time based on correct answers.
- Port Customization:
- The server's port can be set manually, allowing flexibility in network configurations.
- Java Development Kit (JDK): Version 8 or higher
- IDE: Any Java-supporting IDE (e.g., IntelliJ IDEA, Eclipse) or a text editor and command line setup.
- Clone this repository:
git clone https://github.com/widrndi25/Network-TermProject.git


