Skip to content

A simple terminal-based implementation of Minesweeper

License

Notifications You must be signed in to change notification settings

benhsm/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple terminal-based implementation of Minesweeper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages