Skip to content

A repository to solve Wordle challenges using Scala

License

Notifications You must be signed in to change notification settings

tcooling/wordle-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle-scala

CI Build

A command line Wordle clone using Scala.

Table of Contents

1. Introduction
2. Running Instructions
3. Testing
4. TODO
5. License

Introduction

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.

Running Instructions

sbt:wordle-scala> run

Testing

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.

TODO

  • look into Cats effect

License

license

Copyright ©‎ 2022, tcooling

Released under the MIT license, see LICENSE for details.

About

A repository to solve Wordle challenges using Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages