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
- Host: GitHub
- URL: https://github.com/anouard24/mine-go
- Owner: anouard24
- License: mit
- Created: 2020-11-14T21:49:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T00:00:39.000Z (about 5 years ago)
- Last Synced: 2024-06-20T06:32:59.462Z (about 2 years ago)
- Topics: cli-game, console-game, golang
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mine Go!
💣 A simple Minesweeper game written in Go

## 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`