mineur/README.md

24 lines
244 B
Markdown
Raw Normal View History

2024-03-11 12:48:42 +01:00
# MINEUR
Minesweeper game.
# building
You need to install [raylib v5](https://github.com/raysan5/raylib/releases/tag/5.0), but any version should work.
```console
$ make
```
to run
```console
$ ./mineur
```
or
```console
$ make run
```