Java Jeopardy GUI Application
Overview This Java application presents a GUI for a Jeopardy-style game. It has been developed using Java Swing and AWT libraries, offering an interactive and user-friendly interface. The main menu allows users to play the game, view instructions, or exit the application.
Features Main Menu: A welcoming screen with options to play the game, view instructions, or exit. Play: Launches the game interface. Instructions: Displays a window with game instructions. Exit: A safe exit option with confirmation prompt.
Installation To run this application, ensure you have Java installed on your machine. Follow these steps: Download the JavaJeopardyProject files. Navigate to the downloaded directory. Compile the Java files. Run MainMenu class to start the application.
Usage Starting the Application: Execute the MainMenu class. The main menu window will appear. Play Game: Click on the 'Play' button to start the game. View Instructions: Click on the 'Instructions' button to open the instructions window. Exit Application: Click on the 'Exit' button to close the application. A confirmation dialog will appear.