Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 832 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 832 Bytes

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>