https://github.com/robmikh/minesweeper-rs
A port of robmikh/Minesweeper using windows-rs.
https://github.com/robmikh/minesweeper-rs
minesweeper windows-rs winrt
Last synced: about 1 year ago
JSON representation
A port of robmikh/Minesweeper using windows-rs.
- Host: GitHub
- URL: https://github.com/robmikh/minesweeper-rs
- Owner: robmikh
- License: mit
- Created: 2020-04-26T22:51:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T20:40:21.000Z (over 1 year ago)
- Last Synced: 2025-05-06T23:47:53.334Z (about 1 year ago)
- Topics: minesweeper, windows-rs, winrt
- Language: Rust
- Homepage:
- Size: 224 KB
- Stars: 801
- Watchers: 17
- Forks: 69
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minesweeper-rs
A port of [robmikh/Minesweeper](https://github.com/robmikh/Minesweeper) using [windows-rs](https://github.com/microsoft/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
```
