Wordle
Summer of Math Exposition 2 Wordle
Install / Use
/learn @fredoverflow/WordleREADME
Go
- Install Go from https://go.dev/dl
- Download
go.modandwordle.go(and the.txtfiles)
Git Bash / PowerShell
cd Downloads
go build
./wordle
CMD
cd Downloads
go build
wordle
Java
- Install Java from https://adoptium.net
- Download
Wordle3.java(and the.txtfiles)
cd Downloads
javac Wordle3.java
java Wordle
