mirror of
https://github.com/TomPlanche/wordle_helper.git
synced 2026-09-13 23:00:07 +02:00
Fork of github.com/TomPlanche/wordle_helper
- Rust 60.2%
- Svelte 27.4%
- SCSS 5.6%
- TypeScript 3.1%
- JavaScript 2.8%
- Other 0.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| src-tauri | ||
| static | ||
| .gitignore | ||
| biome.json | ||
| LICENSE | ||
| package.json | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| svelte.config.js | ||
| TECH.md | ||
| tsconfig.json | ||
| vite.config.js | ||
🎮 Wordle Helper
A modern desktop application to help you solve Wordle puzzles. Enter your guesses and get suggestions for your next move!
✨ Features
- 🔍 Get suggestions for your next Wordle guess
- 🎯 Input your current guesses with color coding
- 🔄 Toggle letter states (correct, misplaced, absent) with a simple click
- 📊 See all possible matching words based on your current knowledge
- 🖥️ Cross-platform desktop app (Windows, macOS, Linux)
🛠️ Technologies
- Tauri: Creating efficient, secure, and cross-platform desktop apps
- SvelteKit: Frontend framework
- TypeScript: Type-safe JavaScript
- Rust: Backend logic and word filtering
- Biome: Code formatting and linting
Note
See the TECH.md for more details on the technologies and the implementation details.
🚀 Installation
Prerequisites
- Rust
- Node.js (v16 or later)
- pnpm
- Platform-specific dependencies for Tauri (see Tauri prerequisites)
Setup
-
Clone the repository:
git clone https://github.com/yourusername/wordle-helper.git cd wordle-helper -
Install dependencies:
pnpm install -
Run in development mode:
pnpm tauri dev -
Build for production:
pnpm tauri build
📖 How to Use
-
Enter Your Guesses: Type your Wordle guesses in the input fields.
-
Set Letter States: Click on a letter to cycle through states:
- Absent (Grey): Letter is not in the word
- Misplaced (Yellow): Letter is in the word but in the wrong position
- Correct (Green): Letter is in the correct position
-
Add More Guesses: Click "Add Guess" to input additional guesses (up to 4).
-
Get Suggestions: Click "Search" to see possible matching words based on your guesses.
-
Review Results: The app will show you all possible words that match your constraints, along with the total count.