FoodCatchers is an interactive game developed in Java, where players aim to catch falling fruits and pizza slices in baskets and PizzaBox respectively. The game tests players' agility and strategic planning, offering an array of challenges including dynamic obstacles and a scoring system.
Features
Dynamic Components: Fruits and pizza slices fall from the top of the screen, each with unique animations.
Collision Detection: Detects interactions between fruits, pizza slices, baskets, and obstacles.
Scoring and Lives: Players earn points by catching items in baskets and lose lives when baskets move off-screen unfilled.
Obstacle Avoidance: Randomly placed obstacles add complexity to the gameplay.
User Interactivity: Players can drag and drop items with mouse input.
High Score Tracking: Records and displays high scores along with player names.
Start and Game Over Screens: Interactive screens to start the game and display scores at the end.
Getting Started
Requirements
Any IDE with Java.
Java Development Kit (JDK) 8 or higher.
Setup Instructions
Clone the repository.
The Project is named as PAL.
Run the project directly.
Screenshots
Like this project
0
Posted Aug 15, 2024
A captivating Java arcade game, FoodCatchers challenges players to catch falling components(i.e fruits and pizza slices) in the product(i.e baskets and Pizza B…