Skip to content

pywebio/pordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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