Cmd line version of the Wordle game written in F# / C#.
The logic (WordleCli.Logic) and tests (WordleCli.Logic.Tests) are written in F# and can be used both from F# / C# applications.
The cmd line application is written in C# using the excellent Spectre.Console library. It consumes the above F# library.
This application demonstrates how easy and seamless it is to consume any F# library from C#. It also demonstrates, that there is no better language then F# ❤️ on the .Net platform 💪.