A fun Flappy Bird clone built with Next.js, React, and TypeScript.
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to play the game!
- Click, tap, or press Space to make the bird fly
- Avoid the pipes
- Try to get the highest score!
npm run build
npm start- Next.js 14
- React 18
- TypeScript
- Canvas API