Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishalshenoy2002/wordle
Wordle Clone using Python 🐍. You can Play Wordle in Your Command Line or Terminal 💻
https://github.com/vishalshenoy2002/wordle
python python3 word-game wordle
Last synced: 5 days ago
JSON representation
Wordle Clone using Python 🐍. You can Play Wordle in Your Command Line or Terminal 💻
- Host: GitHub
- URL: https://github.com/vishalshenoy2002/wordle
- Owner: VishalShenoy2002
- License: gpl-3.0
- Created: 2022-02-13T09:35:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T05:19:44.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T05:20:46.797Z (2 months ago)
- Topics: python, python3, word-game, wordle
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordle
Wordle is a web-based word game developed by Josh Wardle. Players have six attempts to guess a five-letter word, with feedback given for each guess in the form of colored tiles indicating when letters match or occupy the correct position.In this clone, the game is not web-based. It can be played locally in you terminal or command line.
### Instructions (If You Have Git Installed)
Open Your Terminal and Run the Following Commands:
```
git clone https://github.com/VishalShenoy2002/Wordle.git
```
```
cd Wordle
```
```
python main.py
```
### Instructions (If You Don't Have Git Installed)
Copy this Link in the search bar of the browser you prefer.
```
https://github.com/VishalShenoy2002/Wordle
```
Find the code Button
![Screenshot](https://user-images.githubusercontent.com/61897464/153996484-bf32f185-a6b3-4581-871c-7476ff291f13.png)Click on the Download Zip Button
Once its downloaded Extract the file and run
```
python main.py
```### Screenshots Of the Game
![Screenshot](https://user-images.githubusercontent.com/61897464/153997144-3c9bdb55-a30a-4bb1-af7e-3930cdccefce.png)