Skip to content

Flappy Bird is a Java game using Swing that replicates the popular Flappy Bird game, where players control a bird and navigate it through gaps in green pipes without crashing.

Notifications You must be signed in to change notification settings

Sudip777/flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird

Introduction

Flappy Bird is a simple game implemented in Java using Swing. It simulates the popular Flappy Bird game where the player controls a bird, attempting to fly between rows of green pipes without hitting them.

Flappy Bird Demo

How to Play

  • Press the spacebar to make the bird flap its wings and ascend.
  • Avoid colliding with the pipes.
  • Try to achieve the highest score possible by passing through as many pipes as you can.

Controls

  • Press the spacebar to start/restart the game.
  • Use the spacebar to control the bird's altitude.

Dependencies

  • Java Development Kit (JDK)
  • Swing library

Usage

  1. Clone this repository.
  2. Compile the Java files using javac.
  3. Run the compiled Java file App.java to start the game.
javac *.java
java App

About

Flappy Bird is a Java game using Swing that replicates the popular Flappy Bird game, where players control a bird and navigate it through gaps in green pipes without crashing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages