How to Play
Statshot is a daily sports trivia game where you guess a mystery athlete based on clues. You have six attempts to identify the athlete, with new hints revealed after each guess.
The game combines the fun of Wordle with sports knowledge, challenging you to test your sports IQ every day with a new mystery athlete.
Daily Challenges
A new mystery athlete every day across various sports and leagues.
Track Your Stats
Monitor your win streak and performance on the leaderboard.
Progressive Hints
Get more detailed clues with each guess attempt.
This is a demo deployment of Statshot. The full Next.js application with Supabase authentication is configured locally.
To run the complete application locally:
npm install npm run dev
For a proper deployment of this application, you would need:
- A Supabase project with the proper database schema
- Environment variables configured in Vercel
- Resolved Prisma client issues for serverless deployment