Skip to content

ca20110820/ictprg302-coding-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-line Wordle Game

How to Install and Run

  1. Make sure you have Python 3.10+ installed in your machine.
  2. git clone https://github.com/ca20110820/ictprg302-coding-project.git
  3. cd ictprg302-coding-project/
  4. python -m venv venv
  5. Activate venv
  6. pip install -e .
  7. Run python wordle

If you are using Python 3.11+, you may get ModuleNotFoundError for pkg_resources. To fix this issue, try

python ensure_setuptools.py

Screenshots

User Prompt

User Prompt

About

ICTPRG302 - Assessment - Coding Project (Wordle)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages