minesweeper

A minewseeper implementation to play around with Hare and Raylib
git clone https://git.tronto.net/minesweeper
Download | Log | Files | Refs | README | LICENSE

A minesweeper implementation to play around with Hare and Raylib

Just for fun

Requirements

Build and run

Just type:

make
./minesweeper

Alternatively, you can build and run directly with:

make run

Tested on Fedora Linux (x86-64) and OpenBSD (x86-64). May work on other systems too.