#Wordle Clone
A minimalist Wordle-inspired web app, built using Flask on the backend and vanilla HTML, CSS, and JavaScript on the frontend.
This version lets players pick a category before each game and challenges them to guess a 5-letter word with feedback after every attempt. A virtual keyboard and color-coded hints enhance the gameplay. Still a work in progress.
- 🔤 5-letter word guessing game
- 🗂 Category-based word selection
- ⌨️ On-screen keyboard with dynamic visual feedback
- 🎯 Attempt tracking with guess validation
- 🎨 Color-coded results: correct, present, and absent letters
- Frontend: HTML, CSS, JavaScript
- Backend: Python with Flask
- Deployment (Planned): Render
To run the app locally:
-
Clone the repository:
git clone https://github.com/your-username/wordle-clone.git cd wordle-clone -
Install dependencies:
pip install flask
-
Run the Flask server:
python app.py
-
Open the app in your browser: Visit
http://localhost:5000
- Add mobile responsiveness
- Integrate score tracking
- Enhance keyboard UX
- Add animations and polish
- Final deployment on Render with a public URL
This project is licensed under the MIT License.
This is a solo side project made for learning and fun. Still improving it bit by bit.