Demaking Wordle in the terminal using Kotlin

This page summarizes the projects mentioned and recommended in the original post on /r/Kotlin

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • kotter

    A declarative, Kotlin-idiomatic API for writing dynamic console applications.

  • You can find the project for the code here. As it's just an example project and not some final production codebase, so there's only a single source file in it, main.kt. It clocks in at 462 lines of code to accomplish everything you see above, and it took about a day.

  • media

    A repo for storing larger media files used by other repos, e.g. demo screencasts, so the other repos don't get bloated with them (e.g. asking people to download megabytes of svgs just to get a bit of code). (by varabyte)

  • The all-words set was taken by inspecting Wordle itself, and the common-words set was created by finding a list of words online sorted by how common they are and then filtering out ~2000 of them using the all-words dictionary. I've uploaded both dictionaries to GitHub in case anyone wanted to use them as well in their own project.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts