/minesweeper

A simple terminal-based implementation of Minesweeper

Primary LanguageGoMIT LicenseMIT

Minesweeper 🚩💣

Play Minesweeper in your terminal!

Demo Screenshot

Go ReportCard

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.

Installation

  1. Grab the latest release binary for your platform

  2. Build it from source

$ git clone https://github.com/benhsm/minesweeper.git
$ cd minesweeper
$ go build
$ ./minesweeper

As an SSH app

Using the Wish library, the program can also be served over SSH.

$ minesweeper serve