Go to file
_N3m0 55b27a1be9 begin menu stuff 2024-03-13 12:57:24 +01:00
ressources begin menu stuff 2024-03-13 12:57:24 +01:00
.gitignore rm bin 2024-03-11 12:53:47 +01:00
LICENSE info 2024-03-11 12:48:42 +01:00
Makefile chiffre, chiffre, chibre, chiffre 2024-03-12 10:11:34 +01:00
README.md keyboar layout readme keybind 2024-03-12 16:33:21 +01:00
main.c begin menu stuff 2024-03-13 12:57:24 +01:00

README.md

MINEUR

Minesweeper game.

Oh no, my os doesn't comme with minesweeper preinstalled, let's make it myself.

Keybind

  • q (for azerty) : close app
  • a (for qwerty) : close app
  • escape : close app
  • r : reset grid
  • b : switch to beginner difficulty
  • i : switch to intermediate difficulty
  • e : switch to expert difficulty
  • s : take a screenshot (not working everywhere, not sure why)

building

You need to install raylib v5, but any version should work.

$ make

to run

$ ./mineur

or

$ make run