Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.31 KB

File metadata and controls

42 lines (27 loc) · 1.31 KB

JavaGame

Project Description

This is a Java-based game project, featuring a Drag Race game with various car options, a Tug of War game, and a learning panel. The game includes sound effects, high score tracking, and an interactive user interface.

How to Compile

To compile the game, navigate to the project's root directory in your terminal and compile the Java source files. Assuming DragRaceGame.java is the main entry point:

javac *.java

How to Run

After successful compilation, you can run the game from the project's root directory using the Java Virtual Machine. Assuming WelcomePagePanel is the main class with the main method:

java WelcomePagePanel

Alternatively, if DragRaceGame is the main class:

java DragRaceGame

Game Features

  • Drag Race Game: Choose from various cars and compete in drag races.
  • Tug of War Game: Engage in a strategic tug-of-war mini-game.
  • Learning Panel: A section for interactive learning or tutorials.
  • High Score Tracking: Keep track of your best scores.
  • Sound Effects: Immersive audio experience with in-game sounds.

Assets

The project includes various image and sound assets:

  • .gif, .png, .jpeg, .jpg files for visual elements.
  • .wav files for sound effects and background music.