An open API service indexing awesome lists of open source software.

https://github.com/anouard24/mine-go

💣 A simple Minesweeper game written in Go
https://github.com/anouard24/mine-go

cli-game console-game golang

Last synced: 5 months ago
JSON representation

💣 A simple Minesweeper game written in Go

Awesome Lists containing this project

README

          

# Mine Go!

💣 A simple Minesweeper game written in Go

Mine Go! GIF

## Install

### Linux, MacOS, and Windows

[Check the releases section](https://github.com/anouard24/mine-go/releases) for more information details

### go get

Install using `go get github.com/anouard24/mine-go` to get the latest version. This will place it in your `$GOPATH`, enabling it to be used anywhere in the system.

**⚠️ Reminder**: the command above download the contents of master branch `main`, which might not be the stable version. [Check the releases](https://github.com/anouard24/mine-go/releases) and get a specific tag for stable versions.

## Usage

To run it, just use `mine-go`