Categorygithub.com/mevdschee/raylib-go-mines
repositorypackage
1.0.1
Repository: https://github.com/mevdschee/raylib-go-mines.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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.