
About
Minesweeper is a logic puzzle genre in which players clear a grid of tiles without detonating any of the hidden mines scattered beneath them, using numeric clues about how many mines border each revealed tile. Raylib Go Mines is a Minesweeper implementation written in Go using the Raylib game library, for Windows and Linux, built and run through Go's standard tooling.
Getting started
Run it from source using Go's standard build/run commands, or build a bundled Windows executable using the project's resource-bundler tooling and its build command. A companion blog article covers the implementation in more detail.