Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/comba92/minesweeper
- Owner: Comba92
- Created: 2024-02-24T13:43:47.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T08:54:21.000Z (8 months ago)
- Last Synced: 2024-11-21T00:02:32.687Z (2 months ago)
- Topics: game, minesweeper, raylib
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```