Reset high scores and clear game state
Deletes all saved high scores and game state files for the current session.
/plugin marketplace add davidfant/claude-dino/plugin install dino@claude-dinoDeletes all saved high scores and state files for the current session.
Execute the following bash command:
rm -rf ~/.claude/dino-state/"$SESSION_ID" && echo "High scores and state reset for session: $SESSION_ID"
The next time the game starts, it will begin with a fresh slate.
After executing, confirm to the user that their scores have been reset.