Start from this ZIP file.
PiCoreTeamappstudiocustomapptemplate was imported from a ZIP file. Continue chatting to ask questions about or make changes to it.
Build this mobile app now based on the specification below.
The app must be mobile-first and responsive.
Set the HTML <title> element (and any document.title assignments) to exactly: "Made with App Studio".
Name: Test App 123
Specification:
A reaction-time game with Flappy Bird-style mechanics. The player controls a pie-chart avatar that jumps through pipes. Score is based on distance (number of pipes passed). Difficulty gradually increases as play progresses. Built as a simple proof-of-concept for a mobile web app.
Ready to build?
Custom Instructions: Create a fun game
The specification above is final and approved. Implement the app now in code. Do not ask for confirmation, do not summarize what you will build, do not ask follow-up questions.
CRITICAL: Do not modify, remove, or bypass the Pi Network SDK and authentication integration that ships with this template. The app must always initialize the Pi SDK and authenticate the user via Pi on startup. Do not add code that disables, mocks, or skips Pi authentication.
Now I'll read the app wrapper and other key components to understand how everything fits together:
Now I'll build the Pie Chart Jumper game. I'll replace the page.tsx with the complete game implementation. The title is already set correctly in the layout.tsx as "Made with App Studio".
I've built the Pie Chart Jumper game with all the specified features:
Core Game Features:
Technical Implementation:
The game is ready to play—users authenticate with Pi Network, and once authenticated, they can start playing immediately by tapping the canvas or pressing Space.