Spaces:
Running
Running
File size: 15,698 Bytes
4f625d4 0860b52 4f625d4 e008df8 4f625d4 8899cc8 43040c0 0860b52 4f625d4 c9759eb 0860b52 c9759eb d57c213 8899cc8 c9759eb 4f625d4 8899cc8 4f625d4 8899cc8 4f625d4 0860b52 4f625d4 8899cc8 4f625d4 8899cc8 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 8899cc8 4f625d4 0860b52 4f625d4 0860b52 8899cc8 0860b52 8899cc8 0860b52 8899cc8 0860b52 4f625d4 8899cc8 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 4f625d4 0860b52 8899cc8 0860b52 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 |
---
title: Wrdler
emoji: ๐ฒ
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.50.0
python_version: 3.12.8
app_port: 7860
app_file: app.py
suggested_hardware: cpu-basic
pinned: false
tags:
- game
- vocabulary
- gradio
- education
- ai
- mcp
- mcp-server
short_description: Fast paced word game with AI-generated word lists & MCP
thumbnail: >-
https://cdn-uploads.huggingface.co/production/uploads/6346595c9e5f0fe83fc60444/6rWS4AIaozoNMCbx9F5Rv.png
---
# Wrdler - MCP Hackathon Edition ๐
> **This project is based on BattleWords, but adapted for a simpler word puzzle game with an 8x6 grid, horizontal words only, and free letter guesses at the start.**
> **๐ MCP Hackathon Entry:** This Gradio version includes full MCP (Model Context Protocol) server support for AI word generation! See [MCP Integration Guide](docs/MCP_INTEGRATION.md) for details.
Wrdler is a vocabulary learning game with a simplified grid and strategic letter guessing. The objective is to discover hidden words on a grid by making smart guesses before all letters are revealed.
**๐ฎ Live Demo:** [Play on Hugging Face Spaces](https://huggingface.co/spaces/MCP-1st-Birthday/wrdler)
**๐ง MCP Server:** This version exposes AI word generation as an MCP tool for LLM integration!
## Key Differences from BattleWords
- **8x6 grid** (instead of 12x12) with **6 words total** (one per row)
- **Horizontal words only** (no vertical placement)
- **No scope/radar visualization**
- **2 free letter guesses** at the start - choose letters to reveal all instances in the grid
## Features
### Core Gameplay
- 8x6 grid with six hidden words (one per row, all horizontal)
- **Word composition:** Each puzzle contains exactly 2 four-letter words, 2 five-letter words, and 2 six-letter words
- Game starts with 2 free letter guesses; all instances of chosen letters are revealed
- Reveal grid cells and guess words for points
- Scoring tiers: Good (34โ37), Great (38โ41), Fantastic (42+)
- Game ends when all words are guessed or all word letters are revealed
- Incorrect guess history with tooltip and optional display (enabled by default)
- 10 incorrect guess limit per game
- Two game modes: Classic (chain guesses) and Too Easy (single guess per reveal)
### Audio & Visuals
- Ocean-themed gradient background with wave animations
- Background music system (toggleable with volume control)
- Sound effects for hits, misses, correct/incorrect guesses
- Responsive UI built with Streamlit
### AI Word Generation
- **Topic-based word lists**: Generate custom word lists using AI for any theme
- **Intelligent word expansion**: New AI-generated words automatically saved to local files
- Smart detection separates existing dictionary words from new AI words
- Only saves new words to prevent duplicates
- Automatic retry mechanism (up to 3 attempts) for insufficient word counts
- 1000-word file size limit prevents bloat
- Auto-sorted by length then alphabetically
- **Dual generation modes**:
- **HF Space API** (primary): Uses Hugging Face Space when `USE_HF_WORDS=true`
- **Local transformers** (fallback): Falls back to local models if HF unavailable
- **Fallback support**: Gracefully uses dictionary words if AI generation fails
- **Guaranteed distribution**: Ensures exactly 25 words each of lengths 4, 5, and 6
- **MCP Integration**: Expose AI word generation as MCP tool when running locally
- See [MCP Integration Guide](docs/MCP_INTEGRATION.md) for setup and usage
### Customization
- Multiple word lists (classic, fourth_grade, wordlist)
- Wordlist sidebar controls (picker + one-click sort)
- Audio volume controls (music and effects separate)
### โ
Challenge Mode
- **Shareable challenge links** via short URLs (`?game_id=<sid>`)
- **Multi-user leaderboards** sorted by score and time
- **Remote storage** via Hugging Face datasets
- **Word list difficulty calculation** and display
- **Submit results** to existing challenges or create new ones
- **Top 5 leaderboard** display in Challenge Mode banner
- **"Show Challenge Share Links" toggle** (default OFF) to control URL visibility
- Each player gets different random words from the same wordlist
### Deployment & Technical
- **Dockerfile-based deployment** supported for Hugging Face Spaces and other container platforms
- **Dual UI frameworks**:
- **Streamlit 1.51.0** (default) - Feature-rich, session-state based
- **Gradio 5.50+** (alternative) - Modern, reactive components
- Reference: [Gradio 6 Migration Guide](https://www.gradio.app/guides/gradio-6-migration-guide)
- **Environment variables** for Challenge Mode (HF_API_TOKEN, HF_REPO_ID, SPACE_NAME)
- Works offline without HF credentials (Challenge Mode features disabled gracefully)
- Compatible with both local development and cloud deployment
### Progressive Web App (PWA)
- Installable on desktop and mobile from your browser
- Includes `service worker` and `manifest.json` with basic offline caching of static assets
- See `INSTALL_GUIDE.md` for platform-specific steps
### Planned
- Local persistent storage for personal game history
- Personal high scores sidebar (offline-capable)
- Player statistics tracking
- Deterministic seed UI for custom puzzles
## Challenge Mode & Leaderboard
When playing a shared challenge (via a `game_id` link), the leaderboard displays all submitted results for that challenge. The leaderboard is **sorted by highest score (descending), then by fastest time (ascending)**. This means players with the most points appear at the top, and ties are broken by the shortest completion time.
## Installation
1. Clone the repository:
```
git clone https://github.com/Oncorporation/Wrdler.git
cd wrdler
```
2. (Optional) Create and activate a virtual environment:
```
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
```
3. Install dependencies: ( add --system if not using a virutal environment)
```
uv pip install -r requirements.txt --link-mode=copy
```
## Running Wrdler
You can run the app locally using either [uv](https://github.com/astral-sh/uv) or Streamlit directly:
**Streamlit UI (default):**
```bash
uv run streamlit run app.py
# or
streamlit run app.py
```
**Gradio UI (MCP-enabled for hackathon):**
```bash
python gradio_app.py
# or
python -m wrdler.gradio_ui
# MCP server will be enabled automatically when USE_HF_WORDS=false
```
Both interfaces provide the same gameplay experience with slightly different UI frameworks. **The Gradio version includes MCP server support for AI tool integration.**
### Dockerfile Deployment (Hugging Face Spaces and more)
Wrdler supports containerized deployment using a `Dockerfile`. This is the recommended method for deploying to [Hugging Face Spaces](https://huggingface.co/docs/hub/spaces-sdks-docker) or any Docker-compatible environment.
To deploy on Hugging Face Spaces:
1. Add a `Dockerfile` to your repository root (see [Spaces Dockerfile guide](https://huggingface.co/docs/hub/spaces-sdks-docker)).
2. Push your code to your Hugging Face Space.
3. The platform will build and run your app automatically.
For local Docker runs:
```sh
docker build -t wrdler .
docker run -p8501:8501 wrdler
```
### Environment Variables (for Challenge Mode)
Challenge Mode requires a `.env` file in the project root with HuggingFace Hub credentials:
```bash
# Required for Challenge Mode
HF_API_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxx # or HF_TOKEN
HF_REPO_ID=YourUsername/YourRepo # Target HF dataset repo
SPACE_NAME=YourUsername/Wrdler # Your HF Space name
# Optional
CRYPTO_PK= # Reserved for future signing
```
**How to get your HF_API_TOKEN:**
1. Go to https://huggingface.co/settings/tokens
2. Create a new token with `write` access
3. Add to `.env` file as `HF_API_TOKEN=hf_...`
**Note:** The app works without these variables, but Challenge Mode features (sharing, leaderboards) will be disabled.
## Folder Structure
- `app.py` โ Streamlit entry point
- `wrdler/` โ Python package
- `models.py` โ data models and types
- `word_loader.py` โ word list loading and validation
- `word_loader_ai.py` โ AI word generation with HF Space API and local transformers
- `generator.py` โ word placement logic (8x6, horizontal only)
- `logic.py` โ game mechanics (reveal, guess, scoring, free letters)
- `ui.py` โ Streamlit UI composition
- `gradio_ui.py` โ Gradio UI implementation (alternative interface)
- `game_storage.py` โ Hugging Face remote storage integration and challenge sharing
- `local_storage.py` โ local JSON storage for results and high scores
- `storage.py` โ (legacy) local storage and high scores
- `modules/` โ shared utility modules (storage, constants, file_utils)
- `words/` โ word list files (classic.txt, fourth_grade.txt, wordlist.txt, AI-generated)
- `style_wrdler.css` โ Custom CSS styling for Gradio interface
- `specs/` โ documentation (`specs.md`, `requirements.md`)
- `tests/` โ unit tests
## Test File Location
All test files must be placed in the `/tests` folder. This ensures a clean project structure and makes it easy to discover and run all tests.
## How to Play
1. **Start with 2 free letter guesses** - choose two letters to reveal all their instances in the grid.
2. Click grid squares to reveal letters or empty spaces.
3. After revealing a letter, enter a guess for a word in the text box.
4. Earn points for correct guesses and bonus points for unrevealed letters.
5. **The game ends when all six words are found or all word letters are revealed. Your score tier is displayed.**
6. **To play a shared challenge, use a link with `?game_id=<sid>`. Your result will be added to the challenge leaderboard.**
## Changelog
### v0.1.2 (Current - MCP Hackathon Edition)
- โ
**MCP Server Integration** - Expose AI word generation as MCP tool ๐
- `@gr.mcp_server_function` decorator for `generate_ai_words`
- Conditional registration based on `USE_HF_WORDS` flag
- Full schema documentation for inputs/outputs
- See [MCP Integration Guide](docs/MCP_INTEGRATION.md) for setup
- โ
**Gradio UI Topic Display** - Prominent neon-styled badge at top of game area
- Glassmorphism background with glowing cyan border
- Pulsing neon animation effect
- Editable - type new topic and press Enter to generate/switch word lists
- โ
**Settings Persistence** - Enable Free Letters and Show Challenge Links persist across new games
- โ
**Timer Implementation** - Real-time game timer using gr.Timer component
- โ
**AI Topic Generation UI** - Added to Settings tab with Generate button
- โ
**Streamlit Cache Fix** - Conditional caching to avoid warnings in Gradio mode
- โ
**Enhanced CSS Styling** - Improved grid container, topic display, and responsive design
### v0.1.1
- โ
Enhanced AI word generation with intelligent word saving
- โ
Automatic retry mechanism for insufficient word counts (up to 3 retries)
- โ
1000-word file size limit to prevent dictionary bloat
- โ
Improved new word detection (separates existing vs. new words before saving)
- โ
Better HF Space API integration with graceful fallback to local models
- โ
Additional word generation when initial pass doesn't meet MIN_REQUIRED threshold
- โ
Enhanced logging for word generation pipeline visibility
- โ
**Gradio UI implementation** (gradio>=5.50) as alternative to Streamlit
- โ
Custom CSS styling for Gradio interface (style_wrdler.css)
- โ
Dual UI framework support - choose between Streamlit or Gradio
### v0.1.0
- โ
AI word generation functionality added
- โ
Topic-based custom word list creation
- โ
Dual generation modes (HF Space API + local transformers)
- โ
Utility modules integration (storage, file_utils, constants)
- โ
Documentation synchronized across all files
### v0.0.8
- remove background animation
- add "easy" mode (single guess per reveal)
### v0.0.7
- fix guess bug - allowing guesses only after word guessed or letter revealed
### v0.0.2 (Current - All Sprints Complete) ๐
- **Sprint 1-3:** Core data models, generator refactor, radar removal
- **Sprint 4:** Implemented free letter selection UI with circular green gradient buttons
- **Sprint 5:** Updated grid UI rendering for 8ร6 display
- **Sprint 6:** Comprehensive integration testing (7/7 tests passing)
- **Sprint 7:** Complete documentation update
- Sound effects integration for free letter selection
- Mobile-responsive free letter grid
- Fixed duplicate rendering call bug
- **All core Wrdler features complete and tested**
### v0.0.1 (Initial Wrdler Release)
- Project renamed from BattleWords to Wrdler
- Grid resized from 12x12 to 8x6
- Changed to one word per row (6 total), horizontal only
- Removed vertical word placement
- Removed scope/radar visualization
- Core data models updated for rectangular grid
- Generator refactored for horizontal-only placement
Note
- `battlewords/storage.py` remains local-only storage; a separate HF integration wrapper is provided as `game_storage.py` for remote challenge mode.
## Known Issues / TODO
- Word list loading bug: the app may not select the proper word lists in some environments. Investigate `word_loader.get_wordlist_files()` / `load_word_list()` and sidebar selection to ensure the chosen file is correctly used by the generator.
## Development Phases
- **Proof of Concept (0.1.0):** No overlaps, basic UI, single session.
- **Beta (0.5.0):** Overlaps allowed on shared letters, responsive layout, keyboard support, deterministic seed.
- **Full (1.0.0):** Enhanced UX, persistence, leaderboards, daily/practice modes, advanced features.
See `specs/requirements.md` and `specs/specs.md` for full details and roadmap.
## License
Wrdler is based on BattleWords. BattlewordsTM. All Rights Reserved. All content, trademarks and logos are copyrighted by the owner.
## Hugging Face Spaces Configuration
Wrdler is deployable as a Hugging Face Space with **dual UI support**: Streamlit (default) and Gradio (>=5.50). You can use either the YAML config block or a Dockerfile for advanced/custom deployments.
To configure your Space with the YAML block, add it at the top of your `README.md`:
**Streamlit Configuration (default):**
```yaml
---
title: Wrdler
emoji: ๐ฒ
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.51.0
python_version: 3.12.8
app_file: app.py
suggested_hardware: cpu-basic
tags:
- game
- vocabulary
- streamlit
- education
- ai
---
```
**Gradio Configuration (alternative):**
```yaml
---
title: Wrdler Gradio
emoji: ๐ฒ
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.50
python_version: 3.12.8
app_file: wrdler/gradio_ui.py
suggested_hardware: cpu-basic
tags:
- game
- vocabulary
- gradio
- education
- ai
---
```
**Key parameters:**
- `title`, `emoji`, `colorFrom`, `colorTo`: Visuals for your Space.
- `sdk`: Use `streamlit` or `gradio` depending on your preferred UI framework.
- `sdk_version`: Latest supported version (Streamlit 1.51.0 or Gradio 5.50+).
- `python_version`: Python version (3.12.8 recommended).
- `app_file`: Entry point for your app (`app.py` for Streamlit, `wrdler/gradio_ui.py` for Gradio).
- `suggested_hardware`: Recommended hardware tier (cpu-basic is sufficient).
- `tags`: List of descriptive tags.
**Gradio Implementation Notes:**
- Uses modern Gradio 5.50+ API (compatible with upcoming Gradio 6)
- Reference: [Gradio 6 Migration Guide](https://www.gradio.app/guides/gradio-6-migration-guide)
- Custom styling via `style_wrdler.css`
- State management with `gr.State` and deep copy updates
- Event handlers use `.click()`, `.change()`, `.submit()` methods
- Modal dialogs with `gr.Modal(visible=False)` pattern |