A WWTBAM GUI application built in Java Swing.
Table of Contents
This project is a Who Wants To Be A Millionaire GUI game built using Java Swing. The game allows you to answer various questions, use lifelines, and compete for a place on the leaderboard.
To get a local copy up and running follow these simple example steps.
You should have NetBeans IDE (tested with 12.0) and JavaDB (Derby) installed.
- Clone the repo
git clone https://github.com/ChalzZy/wwtbam
- Open the repo on NetBeans via File -> Open Project
- Open the 'Services' tab on NetBeans, under 'Databases' right click 'Java DB' and then 'Start Server'.
- Run the project. If you encounter errors, make sure you are running the 'MainScreen.java' file.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
Charles Monaghan - @LinkedIn
Jona Stevenson - @LinkedIn
Project Link: https://github.com/ChalzZy/wwtbam