Wordle clone: dictionary, validation and daily mode
Mirror the classic rules: six guesses, green/yellow/gray feedback, five-letter word lists in Spanish or English, and a daily seed so everyone gets the same word.
Ready-to-use Cerewro prompt
Cerewro Chat — HTML5 (browser on Windows)
Generate a Wordle clone for Windows with these specifications.
Features: embedded list of ~2000 five-letter words (no accents on the on-screen keyboard); Spanish QWERTY on-screen + physical keyboard; six guesses; colors: green correct position, yellow wrong position, gray absent; daily mode with YYYYMMDD seed; practice mode with random word; flip animation; win/lose message; share result as emoji grid (🟩🟨⬜) without spoilers.
Rules: only dictionary words; validate guesses.
Tech: HTML5, CSS3, ES6+ JavaScript; single index.html.
Windows: Edge or Chrome.
Optional: same logic in Python with tkinter and dictionary in a .txt file.
Cerewro Chat — Python 3 (Windows desktop)
Build the same Wordle as a Windows desktop application.
Features: tkinter; 5×6 grid; clickable keys; words from embedded list or lista.txt; daily and practice modes; copy result to clipboard with optional pyperclip.
Tech: Python 3.10+; main.py; requirements.txt.
Run: python main.py on Windows.
Include: window icon and message when the word is not in the dictionary.
How to get the most out of it
- Ask for a second “hard mode” word list.
- Add streak stats in localStorage or SQLite for the Python build.