Fish Food Frenzy is a 2D game based in an outerspace environment. The player controls a fish that swims around the screen collecting food to increase their score.
A simple 2D outerspaace game where the player controls a fish, collects food, and avoids dangerous puffer fish.
The main challenge is avoiding puffer fish. If the player touches a puffer fish, they lose the game.
- 2D outerspace game environment
- Player-controlled fish movement
- Food collection system
- Puffer fish enemies
- Score system
- Collision detection
The aim of the game is to collect as much food as possible while avoiding dangerous puffer fish.
Each food item collected increases the player’s score. The player must move carefully around the ocean and avoid touching the puffer fish.
- Control the fish using the keyboard
- Swim around the ocean environment
- Collect food to increase your score
- Avoid puffer fish enemies
- Survive for as long as possible
- Try to beat your highest score
| Object | Description |
|---|---|
| Fish | The player-controlled character |
| Food | Collectable items that increase the score |
| Puffer Fish | Enemy obstacles that the player must avoid |
| Space Background | The main game environment |
- HTML
- CSS
- JavaScript
Clone the repository:
git clone https://github.com/SirRmelTheThird/FishFoodFrenzy.gitOpen the project folder:
cd FishFoodFrenzyCopy and open sketch files in your Processing 4.
