A little CLI Wordle clone using the official solutions, written in Python
Go to file
Jeeb 5cfd666654 g:
- (c) notice
- colorful text
- use wordbox to print letters in boxes
- better(?) formatting on printed strings
- use more descriptive variable names
2022-02-14 20:56:02 -06:00
src g: 2022-02-14 20:56:02 -06:00
.gitignore Initial commit 2022-02-12 11:23:24 +00:00
LICENSE Update license (lol) 2022-02-14 20:52:35 -06:00
README.md Initial commit 2022-02-12 11:23:24 +00:00

Wardle.py

A little CLI Wordle clone using the official solutions, written in Python