Skip to content

A clone of a the good old Minesweeper game, trying to keep the original style as much as possible.

License

Notifications You must be signed in to change notification settings

curiosthoth/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A clone of a the good old Minesweeper game, trying to keep the original style as much as possible.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages