A real-time competitive Wordle platform with high-stakes difficulty modes.
- Frontend: React, Vite, TailwindCSS, Framer Motion, Zustand
- Backend: Supabase (Realtime, Auth, Postgres)
- Difficulty: EZ, Normal, ASIAN (Hardest)
- 7-9 letter words only
- 4-5 attempts max
- No yellow hints (Green or nothing)
- 5s penalty for wrong guesses
- 60s total time limit
- Heartbeat animation & Neon-red UI
npm installnpm run dev
To enable multiplayer:
- Create a Supabase project.
- Run the SQL schema provided in
supabase/schema.sql. - Add
VITE_SUPABASE_URLandVITE_SUPABASE_ANON_KEYto.env. - Implement
src/store/useMultiplayerStore.ts.
Final Score = Base (100) × Speed Multiplier × Attempt Multiplier × Difficulty Multiplier
- EZ: 1x
- Normal: 1.5x
- Asian: 2.5x