Zig-Minesweeper

Simple minesweeper clone using only ncurses. Built with the purpose of learning zig.

Works on any linux distribution with ncurses. Should work on macOS (maybe?). Steps to compile and run:

git clone https://github.com/asier-ochoa/zig-minesweeper.git
cd zig-minesweeper
zig build run