This repository explores the capabilities of Google's Gemini CLI and Anthropic's Claude Code by challenging each to build a Flappy Bird game.
š® Play Both Games Live
Initial prompt: "build the flappy bird game using svelte and vite"
Claude Code
Gemini CLI
cd claude/flappy-bird
pnpm install
pnpm dev
cd gemini/flappy-bird
pnpm install
pnpm dev
./build.sh
This will build both games and place them in the dist
directory.
This project is configured for automatic deployment to GitHub Pages:
main
branchhttps://kstonekuan.github.io/gemini-v-claude-flappy-bird/
This experiment was created to explore the practical differences between two leading AI coding assistants through a fun, tangible project.