Wordl is a Russian word-guessing game inspired by Wordle. Players attempt to guess a 5-letter Russian word within 6 attempts, with feedback provided for each guess.
- Fully localized for Russian words.
- Simple and intuitive gameplay.
- Feedback on each guess to guide players.
- Responsive design for desktop and mobile.
-
Clone the repository:
git clone https://github.com/IExploitableMan/Wordl.git cd wordl
-
Install dependencies:
cd backend pip install -r requirements.txt
-
Run the backend:
python3 main.py
-
Run http server for the frontend:
cd ../frontend python3 -m http.server 5000
-
Open your web browser and navigate to
http://localhost:5000
. -
Enjoy the game!