Skip to content

Minesweeper game in Go (cross-platform, built with Raylib)

License

Notifications You must be signed in to change notification settings

mevdschee/raylib-go-mines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib Go Mines

Implementation of minesweeper in Go using the Raylib game library.

Requirements

On Debian based systems:

apt-get install libgl1-mesa-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev libwayland-dev libxkbcommon-dev

Running

To run the software execute:

go mod tidy
go run .

First build may take several minutes.

Releases

No releases published

Packages

No packages published

Languages