Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)