Capycap-AI/CaptchaSolve-Demo
1
CapyCap Mouse Movement Dataset - Demo & Replay
This space lets you:
- Replay samples from the CaptchaSolve dataset to visualize mouse movements
- Play the games yourself and export your session data in the same format
Usage
Replay Mode
- Paste JSON from the dataset or upload a JSONL file
- Use playback controls to watch the mouse movement replay
- Navigate between multiple sessions if you load a JSONL file
Play Mode
- Select a game type (Sheep Herding, Thread the Needle, or Polygon Stacking)
- Click "Start Game" and solve the puzzle using your mouse
- After completion, copy or download the exported session JSON
Dataset Format
Each session contains:
tickInputs: Array of{x, y, isDown, sampleIndex}at 240 Hz physics rateinputStream: Base64-encoded 1000 Hz mouse sampling (for biometric analysis)gameType: One ofsheep-herding,thread-the-needle,polygon-stackingduration: Session length in millisecondsphysicsTickCount: Total physics ticks
