Minesweeper prototype with raylib in c
  • C 94.4%
  • Makefile 5.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-02 02:06:33 -04:00
.gitignore latest version 2026-09-02 02:00:06 -04:00
main.c latest version 2026-09-02 02:00:06 -04:00
Makefile latest version 2026-09-02 02:00:06 -04:00
README.md added README 2026-09-02 02:06:33 -04:00

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