Skip to content

Simple Minesweeper clone written in Zig, using SDL for graphics.

License

Notifications You must be signed in to change notification settings

Ryp/minesweeper-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Building

This should get you going after cloning the repo:

$ zig build run -- <size_x> <size_y> <mines>

Controls

Action Key
Uncover cell Left mouse button
Flag cell Right mouse button
Quit game Escape

About

Simple Minesweeper clone written in Zig, using SDL for graphics.

Topics

Resources

License

Stars

Watchers

Forks

Languages