Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 586 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 586 Bytes

Minesweeper

A clone of the good old Minesweeper game, trying to keep the original style as much as possible. Powered by raylib-go.

How to Play

Just launch the binary and play!

$ ./minesweeper

You can also specify the size of the board and the number of mines.

$ ./minesweeper -w 30 -h 20 -m 100

How to Build

$ go build -o minesweeper

On Linux, you might want to install the following packages (e.g, Ubuntu):

- libgl-dev
- libxi-dev