Game Ooze is a portal for two desktop games (i.e. Flappy Bird and BreakOut Ball) built using Java Swing in Apache NetBeans IDE.

Flappy Bird

In this game, the player is tasked with navigating the bird through the pair of pipes, whose heights are randomly generated. Each successful pass through the pair of pipes award the player one point and after every five points scored, speed of the pipes approaching increases, making the level difficult for the player.

The bird only ascends when the player hits the Spacebar or the Arrow up key.

Colliding with a pipe or the ground ends the gameplay.

BreakOut Ball

In this game, the player bounces a ball on a paddle controlled by the keyboard, which bounces off the top and side walls of the screen.

The game features rows of bricks which need to be eliminated by hitting the bricks with the ball. Five points are awarded to the player for each brick destroyed and the game can be won by eliminating all the bricks.

Failing to hit the ball with the paddle ends the gameplay.

Prerequisite:

Running it locally:

  1. Clone this repository
git clone https://github.com/vanshajpahwa07/Game-Ooze.git
  1. Move to the project folder and locate 'dist' folder.
  2. Run the following command
java -jar Game_Ooze.jar