← Back to projects

cli-play

Go Updated March 7, 2026

Terminal game collection built with Bubbletea — snake, tetris, and more.

goterminaltuibubbleteagamescligolangterminal-game

README

CLI Play

A collection of classic terminal games built with Go and the Charm ecosystem. Features an animated digital rain splash screen and a game selection menu.

Games

Game Status
Yahtzee Playable
Blackjack Playable
Wordle Coming soon
Minesweeper Coming soon
Sudoku Coming soon
2048 Coming soon

Install

go install github.com/herbhall/cli-play/cmd/cli-play@latest

Usage

cli-play

Or run from source:

go run ./cmd/cli-play

Build

go build -o cli-play ./cmd/cli-play

Requirements

  • Go 1.23+
  • A terminal with 256-color support (most modern terminals)

Credits

Built by Herb Hall and Claude Code using the Charm ecosystem (Bubble Tea, Lip Gloss).