https://github.com/Ryp/minesweeper-zig
Simple Minesweeper clone written in Zig, using SDL3 for graphics.
https://github.com/Ryp/minesweeper-zig
game minesweeper zig
Last synced: 2 months ago
JSON representation
Simple Minesweeper clone written in Zig, using SDL3 for graphics.
- Host: GitHub
- URL: https://github.com/Ryp/minesweeper-zig
- Owner: Ryp
- License: mit
- Created: 2021-09-17T09:19:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T19:15:38.000Z (4 months ago)
- Last Synced: 2025-04-14T14:58:58.556Z (3 months ago)
- Topics: game, minesweeper, zig
- Language: Zig
- Homepage:
- Size: 80.1 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zig - minesweeper-zig🗒️Simple Minesweeper clone written in Zig, using SDL for graphics
README
# Minesweeper
## Building
This should get you going after cloning the repo:
```sh
$ zig build run --
```## Controls
| Action | Key |
|--------------|--------------------|
| Uncover cell | Left mouse button |
| Flag cell | Right mouse button |
| Quit game | Escape |