From 123144c93bfc77883c8fb517828b47bbe13b8671 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 21 Apr 2025 11:09:56 +0200 Subject: Initial commit --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..53d60fe --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# A minesweeper implementation to play around with Hare and Raylib + +Just for fun + +## Requirements + +* [Hare](https://harelang.org) +* All that is required to build [raylib](https://www.raylib.com) from source + (see the + [raylib wiki](https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux)) +* 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. -- cgit v1.3