Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

IExploitableMan/Wordl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordl

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.

Features

  • Fully localized for Russian words.
  • Simple and intuitive gameplay.
  • Feedback on each guess to guide players.
  • Responsive design for desktop and mobile.

Installation

  1. Clone the repository:

    git clone https://github.com/IExploitableMan/Wordl.git
    cd wordl
  2. Install dependencies:

    cd backend
    pip install -r requirements.txt
  3. Run the backend:

    python3 main.py
  4. Run http server for the frontend:

    cd ../frontend
    python3 -m http.server 5000
  5. Open your web browser and navigate to http://localhost:5000.

  6. Enjoy the game!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published