|
||
---|---|---|
ressources | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
main.c | ||
mineur |
README.md
MINEUR
Minesweeper game.
building
You need to install raylib v5, but any version should work.
$ make
to run
$ ./mineur
or
$ make run