KKorean Word is a simple, browser-based game designed to help players learn Korean vocabulary through repetition, streaks, and fun challenges.
🕹️ Play online at 👉 https://koreanword.com
- A Korean word is shown on screen.
- You must guess its correct English meaning.
- You have 3 attempts per word.
- Your current streak and max streak are tracked in your browser using local storage.
- Try to beat your high score and grow your vocabulary!
- ✅ 3-attempt system with feedback (
Attempt 1/3, etc.) - ✅ Streak and max streak tracking with local storage
- ✅ Random word selection
- ✅ Lightweight and runs entirely in the browser
You can run the game locally by simply opening the src/index.html file in a browser — or use a simple web server for better compatibility:
# Using Python
python3 -m http.server --directory src