Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/comba92/minesweeper

💣🚩 Minesweeper implementation in C with only 300 lines of code.
https://github.com/comba92/minesweeper

game minesweeper raylib

Last synced: about 1 hour ago
JSON representation

💣🚩 Minesweeper implementation in C with only 300 lines of code.

Awesome Lists containing this project

README

        

# Keys
- Left Click Check box
- Right Click Set/unset flags

![preview](preview.png)

# Build
This project depends on [raylib](https://github.com/raysan5/raylib).

To build and run:
```bash
make dev
```

To simply build the executable:
```bash
make prod
```