A retro LCD game. Control the Octocat and shoot incoming bugs before they reach your branch.
Winner of Best Theme Interpretation at GitHub Game Off 2017.
Press Enter or click Start/On to start or restart. Use ← / → to move and Space to shoot.
Requires Node.js 22.12+.
npm install
npm run devnpm run build— build intodist/.npm run preview— preview the production build.npm run check— check types, lint, and formatting.npm run format— format the code.
npm install enables Git hooks: staged files are formatted and linted before commit, and messages must follow Conventional Commits, for example fix: keep octocat visible after game over.
GitHub Actions checks lint and formatting on every push. Pushes to master also deploy to Cloudflare Pages after checks and the build pass.
MIT.
