A Farcaster Mini App game where you tap the cat ๐ฑ to earn points!
Built with @farcaster/miniapp-sdk.
- Fun clicker game (earn points by tapping)
- React + Vite + Farcaster SDK
- Works inside Farcaster Mini Apps
- Shareable embed card (
fc:miniapp)
git clone https://github.com/yourusername/my-farcaster-game
cd my-farcaster-game
npm install
npm run devThen open ๐ http://localhost:5173
Deploy with:
Place manifest here:
https://yourdomain.com/.well-known/farcaster.json
Add this meta tag in your index.html:
<meta
name="fc:miniapp"
content='{
"version": "1",
"imageUrl": "https://yourdomain.com/og-image.png",
"button": {
"title": "Play Cat Game",
"action": {
"type": "launch_frame",
"name": "Farcaster Cat Game",
"url": "https://yourdomain.com/",
"splashImageUrl": "https://yourdomain.com/icon.png",
"splashBackgroundColor": "#ffffff"
}
}
}'
/>Preview ๐ Farcaster Mini App Preview Tool
- Save scores to localStorage or a backend
- Add Farcaster sign-in (
sdk.actions.signIn()) - Make it multiplayer ๐ฎ

