A minesweeper implementation to play around with Hare and Raylib
Just for fun
Requirements
- Hare
- All that is required to build raylib from source (see the raylib wiki)
- GNU make
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.