/Peachs-Whac-A-Jr.-Adventure

Peach's Whac-A-Jr. Adventure is a Java Swing game where you click Princess tiles to score points while avoiding Bowser tiles to prevent game over.

Primary LanguageJava

Peach's Whac-A-Jr. Adventure

Peach's Whac-A-Jr. Adventure is a simple Whac-A-Mole game developed in Java using the Swing framework. The objective of the game is to click on the Princess tiles to increase your score while avoiding the Bowser tiles which will end the game.

Features

  • The game board consists of a 3x3 grid of buttons.
  • Princess tiles and Bowser tiles appear randomly on the grid.
  • Multiple Princess and Bowser tiles can appear simultaneously.
  • Clicking a Princess tile increases the score by 10 points.
  • Clicking a Bowser tile ends the game.
  • The score is displayed at the top of the window.

Prerequisites

  • Java Development Kit (JDK) 8 or higher

How to Run

  1. Clone the repository or download the source code.
git clone <https://github.com/SiddhiikaN/Peachs-Whac-A-Jr.-Adventure.git>