Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 672 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 672 Bytes

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:

pip install pywebio
python pordle.py