Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T21:55:09.000Z (8 months ago)
- Last Synced: 2024-12-18T00:01:56.744Z (12 days ago)
- Topics: minesweeper, windows-rs, winrt
- Language: Rust
- Homepage:
- Size: 239 KB
- Stars: 799
- Watchers: 18
- Forks: 64
- 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
```![minesweeper-opt2](https://user-images.githubusercontent.com/7089228/80656536-45ac2c80-8a36-11ea-8521-ab40fc922ce1.gif)