The task
Build Pong in a single HTML file with a human paddle (W/S or mouse) versus an AI paddle. The AI should be very hard to beat โ it predicts where the ball will land by simulating bounces off the top and bottom walls, but add a small reaction delay/jitter so it is beatable with skill. Include scoring to 11 and a serve after each point.
Ran the full Idapt agent loop: 13 steps ยท 13 tool calls ยท deployed a live app ยท 2 files.
Run this yourself with Build a web app