React and Canvas arcade game that expands Flappy Bird-style play into space movement and shooter segments.
- React and Canvas arcade game that expands Flappy Bird-style play into space movement and shooter segments
- Existing media assets are referenced only where they are already present in the repository.
- Package scripts provide reproducible development, build, and preview commands.
- JavaScript/TypeScript
- React
- Vite
- Tailwind CSS
- HTML/CSS
- src/app or app - application routes, screens, and layout files.
- public / assets - static images, icons, manifests, and visual assets.
git clone https://github.com/theadhithyankr/flappy-space.git
cd flappy-space
npm install
npm run dev
npm run build
npm run preview- Existing asset: src/assets/hero.png
- Building user-facing web applications with component-based UI and modern frontend tooling.
- Presenting project scope, setup, and technical choices clearly for reviewers and recruiters.