It was originally a project from a high school AP Comp Sci class, and we wanted to improve upon up by starting from scratch with a new API

It mimics the original Jeopardy game.

We used the API JavaFX to code the back-end. The front-end was made with a program called SceneBuilder that comes with JavaFX. This was all coded in Visual Studio Code

We had trouble with updating the score because it kept resetting each time we changed the scene. We also had trouble grabbing the questions an answer choices from text file and displaying them on the scenes.

We are proud of overcoming the problem of re-routing the score so that it is able to update in the question pool menu.

We learned a lot of the basics of API JavaFX as well as being able to use the software SceneBuilder to create our GUI.

What's next for Yeepardy

We want to polish out the GUI and making it look better. We also want to have the randomization of questions within the game and mitigating questions that have been already answered.

Built With

Share this project:

Updates