Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 865 Bytes

File metadata and controls

42 lines (28 loc) · 865 Bytes

Flappy Bird Angular

A web version of the classic Flappy Bird game built with Angular.

Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later)

Installation

  1. Clone this repository
  2. Install dependencies:
npm install

Running the Game

To start the development server:

npm start

Then open your browser and navigate to http://localhost:4200

How to Play

  • Press Space to start the game
  • Press Space to make the bird jump
  • Avoid the pipes
  • Try to get the highest score possible
  • When game over, press Space to restart

Controls

  • Space: Jump/Restart game

Game Imagens

Captura de tela 2025-03-17 164124 Captura de tela 2025-03-17 164142