React port of GitHub's iOS easter egg game inspired by "Flappy Bird" starring Mona the Octocat.
To play the easter egg version: Open the GitHub iOS app, go to your settings, scroll to the bottom, tap the version number 3 times...
- Press the
Space
key, or click/tap to make the bird flap and gain altitude. - Avoid colliding with the obstacles and the ground.
- Try to achieve the highest score by passing through as many obstacles as possible.
- If the game ends, hit flap to restart.
- Toggle sound on/off using the sound button in the top-left corner.
This was vibe-coded with GitHub Copilot, so ignore any silly structure issues. 😎
-
Clone the repo.
-
In the project directory, install dependencies by running:
npm install
- Set up your develepment server by running:
npm start