Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 |