A web version of the classic Flappy Bird game built with Angular.
- Node.js (v14 or later)
- npm (v6 or later)
- Clone this repository
- Install dependencies:
npm install
To start the development server:
npm start
Then open your browser and navigate to http://localhost:4200
- 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
- Space: Jump/Restart game