Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 431 Bytes

minesweeper-rs

A port of robmikh/Minesweeper using windows-rs.

Running

Running this sample requires at least Windows build 1803 (v10.0.17134.0). To compile and run (after setting up), use:

cargo run --release

minesweeper-opt2