Play Minesweeper in your terminal!
A simple TUI implementation of the immortal desktop video game, Minesweeper, made using the wonderful Charm libraries, Bubbletea and Lipgloss.
As of now, only the most essential features that make the game playable are implemented; the first move is not guaranteed to be safe, and board configurations in which the player is forced to guess may occur.
-
Grab the latest release binary for your platform
-
Build it from source
$ git clone https://github.com/benhsm/minesweeper.git
$ cd minesweeper
$ go build
$ ./minesweeper
Using the Wish library, the program can also be served over SSH.
$ minesweeper serve