Terminal Wordle
- 1 Devlogs
- 2 Total hours
A wordle game I created in python to help me learn python.
A wordle game I created in python to help me learn python.
I did this game to put the python skills i learned this spring to use.
pretty much you have ten guesses to guess the word. guess it right to win.
struggled a lot with switching out characters in a string. it takes a different thought process than the one i would use for java.