24 lines
244 B
Markdown
24 lines
244 B
Markdown
|
# 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
|
||
|
```
|