https://github.com/pywebio/pordle
A PyWebIO implementation of Wordle game
https://github.com/pywebio/pordle
python pywebio wordle
Last synced: about 1 month ago
JSON representation
A PyWebIO implementation of Wordle game
- Host: GitHub
- URL: https://github.com/pywebio/pordle
- Owner: pywebio
- Created: 2022-01-23T12:07:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T10:00:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T21:14:41.641Z (about 2 months ago)
- Topics: python, pywebio, wordle
- Language: Python
- Homepage: https://wordle.pywebio.online/
- Size: 68.4 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PORDLE - A PyWebIO implementation of Wordle game
### A live veresion of Pordle that lets you guess Python package name:
https://wordle.pywebio.online
### Notes
- **To make `pordle.py` in this repo more beginner friendly, we simplified the implementation to around 100 lines of code. So, this is slightly different than what you see in our deployed version.**
- The Pordle word is hard-coded
- No statistics
- Unlimited times user can play per day
- Computer/phone keyboards are not supported### Run Pordle on a development machine (localhost)
Clone this repo, then run the following commands in your terminal:
```bash
pip install pywebio
python pordle.py
```