Minesweeper prototype with raylib in c
- C 94.4%
- Makefile 5.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| main.c | ||
| Makefile | ||
| README.md | ||
Minesweeper
This is a minesweeper prototype using raylib written in C.
Building
For linux, it can be built with make
You can cross-compile to Windows with make windows or to WebAssembly via Emscripten with make web
I don't remember build dependencies so good luck :); I'd imagine you'd need raylib and opengl though.
Running
Just run ./minesweeper on linux or minesweeper.exe on windows