Wordle game implementation with Vue.js
This is my personal learning project, not claiming to be fully compliant with the rules of the original game.
Found a bug or have an idea? Feel free to open an issue or pull request.
- Vue 3
- Vite
- Pinia
- TailwindCSS
- PostCSS with Autoprefixer
- Game modes
- Word of the day mode
- Random word mode
- Custom word mode
- Word validation with pre-defined list
- Highlighting of letters according to their presence and position in the word
- On-screen keyboard
- Mobile responsive
- Game settings
- Local statistics
- Light/Dark themes
- Internationalization
- English
- Русский
- Українська
- PWA
- Guide (how to play)
Make sure you have Node.js 20 or higher & pnpm 9 installed
pnpm install
to install/update dependenciespnpm run dev
to run Vite HMR-server for developmentpnpm run build
to build entire project with Vite. You can find build files in 'dist' folder