deckardsworkspace / cs150-lab1

🎮 Wordle clone built with BeeWare and Toga, for CS 150 21.1

Repository from Github https://github.comdeckardsworkspace/cs150-lab1Repository from Github https://github.comdeckardsworkspace/cs150-lab1

wordle-app

Wordle clone built with BeeWare and Toga

Sample run

Requirements

  • Python 3.9.7
  • BeeWare & Toga, install with pip install -r requirements.txt (remember to use a virtualenv)

Running in development mode

cd wordleclone
python3 -m briefcase dev

Building

cd wordleclone
python3 -m briefcase build

Running

cd wordleclone
python3 -m briefcase run

About

🎮 Wordle clone built with BeeWare and Toga, for CS 150 21.1


Languages

Language:Python 100.0%