Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryp/minesweeper-zig
Simple Minesweeper clone written in Zig, using SDL for graphics.
https://github.com/ryp/minesweeper-zig
game minesweeper zig
Last synced: 3 months ago
JSON representation
Simple Minesweeper clone written in Zig, using SDL for graphics.
- Host: GitHub
- URL: https://github.com/ryp/minesweeper-zig
- Owner: Ryp
- License: mit
- Created: 2021-09-17T09:19:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T19:08:54.000Z (7 months ago)
- Last Synced: 2024-08-04T04:06:20.639Z (6 months ago)
- Topics: game, minesweeper, zig
- Language: Zig
- Homepage:
- Size: 64.5 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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 |