A command line Wordle clone using Scala.
1. Introduction
2. Running Instructions
3. Testing
4. TODO
5. License
This repository implements Wordle using Scala and runs on the command line.
The words.txt file in ./src/main/resources is the popular.txt file from this repository.
sbt:wordle-scala> runTo run all the tests, run the below command:
sbt:wordle-scala> testThe branch build runs the following command:
sbt:wordle-scala> prBuildWhich runs scalafix and scalafmt before running all the tests.
- look into Cats effect
Copyright © 2022, tcooling
Released under the MIT license, see LICENSE for details.