A Wordle variant game built with Next.js, TypeScript, and Tailwind CSS.
- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
- Guess the 5-letter word in 6 tries
- After each guess, the tiles will change color:
- 🟩 Green: Letter is in the word and in the correct position
- 🟨 Yellow: Letter is in the word but in the wrong position
- ⬜ Gray: Letter is not in the word
- Use your keyboard or click the on-screen keyboard to play
- ✅ 6x5 grid with working input
- ✅ Color feedback system
- ✅ Win/lose detection
- ✅ On-screen keyboard
- ✅ Physical keyboard support
- ✅ Dark mode support
Follow the plan.md to add more features:
- Phase 2: Choose a theme (Dev Wordle, Math Wordle, etc.)
- Phase 3: Add animations, stats, and polish
- Phase 4: Add extra features (hard mode, daily challenge, etc.)
- Phase 5: Deploy to Vercel