FlappyBird Game is a fun and challenging browser game. Built with Qwik.js, it delivers fast performance and a smooth gaming experience directly in your browser.
Clone the repository:
git clone https://github.com/mattiach/flappybird-game.git
Install dependencies:
pnpm install
# or
npm install
# or
yarn addRun the application on localhost:3000 and enjoy the game!
pnpm run dev
# or
npm run dev
# or
yarn run dev- Qwik.js
- TypeScript
- Tailwind
- Vite.js
A special thanks to Timplaru Emil for the coin image!


