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: about 2 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 (6 months ago)
- Last Synced: 2024-11-08T05:07:56.982Z (about 2 months ago)
- Topics: game, minesweeper, zig
- Language: Zig
- Homepage:
- Size: 64.5 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
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 |