Klondike solitaire TUI, made with bubbletea

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

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

    Klondike solitaire for the terminal

  • golang-standards/project-layout

    Standard Go Project Layout

  • One note about codebase though: pkg package is probably misused here. See this discussion first: https://github.com/golang-standards/project-layout/issues/117 Then you may consider moving "pkg" code to the main directory where you can change package name to klondike or klondiketui, then you move main.go to cmd/ which is expected place for main packages for most of the projects.

  • 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
  • gosol

    Polymorphic Solitaire Game in Go + Ebiten

  • Very small and neat! Contrast with the amount of code you need to do this with graphics.

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