Java Quiz Project

Oct 27, 2023·
DeokJong Jin
DeokJong Jin
· 1 min read
Image credit:

Project Description

This project was conducted during an object-oriented programming class. Through this project, I gained an understanding of object-oriented principles, became familiar with the Java language, and improved my Git skills.

Project Structure

  • There is a screen loader that loads the game screen.

    • The screen loader contains the logic to start and stop the game.
  • The game image loader loads all images when the project starts.

    • It loads all the necessary images as the game progresses.
  • The game loader loads the game.

    • It receives a signal from the screen loader to start the game.
    • The game loader also receives a signal from the screen loader when the game ends.

JavaQuiz Project