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> run
To run all the tests, run the below command:
sbt:wordle-scala> test
The branch build runs the following command:
sbt:wordle-scala> prBuild
Which 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.