Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 513 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 513 Bytes

Wordo

A CLI Wordle clone in python

Features

  • Per user statistics
  • Statistic graphs Display
  • Runs in your terminal
  • Complete with colours for scoring
  • Keyboard display
  • Algorithm handles words with two of the same letter

About

This is a python application that runs a wordle clone in the terminal, developed as part of the Cert IV in programming. This assessment required us to recreate the wordle game as a terminal application using Python to gain a better understanding of how the game works.