WINGSPRINT is an original one-tap pixel arcade game designed first for the iPhone 17 portrait viewport. It runs as an installable PWA and can be hosted on GitHub Pages.
- Add polished ready, gameplay, and results screenshots.
pnpm install
pnpm devRun verification:
pnpm test
pnpm buildGoogle Analytics 4 is configured with measurement ID G-RSVR6Y389R. The game lifecycle events are start_game, end_game, and try_again; scoring, resume, and mute changes are also recorded. The iPhone installation prompt records ios_install_prompt_view, ios_install_prompt_dismiss, and ios_install_instruction_click.
- Push the repository to GitHub with
mainas the default branch. - Open Settings, then Pages.
- Select GitHub Actions as the publishing source.
- Push to
mainor run the workflow manually.
The Vite base path is calculated from GITHUB_REPOSITORY, so project Pages URLs work without editing source files.
Open the Pages URL in Safari, use Share, select Add to Home Screen, and launch WINGSPRINT from its icon. After the first successful online load, the service worker caches the game for offline play.