A Turkish version of the classic Wordle game — built with React, TypeScript, Vite, and Tailwind CSS.
Guess the hidden Turkish word in 6 tries! Letters change color to show how close your guess was.
- 100% Turkish word list
- Smooth flip animations for each letter
- Light / dark theme support
- Daily word changes automatically at midnight
- Random but synchronized word selection (same word for all players each day)
- Fully responsive layout
- Built with modern stack: React + Vite + Tailwind CSS
- Guess the 5-letter Turkish word within 6 attempts.
- After each guess:
- 🟩 Green → Letter is correct and in the right place
- 🟨 Yellow → Letter is in the word but wrong place
- ⬛ Gray → Letter is not in the word
- A new word appears every day at 00:00 (local time).
git clone https://github.com/mutluksap/wordle.git
cd wordleyarn installyarn run dev