https://github.com/embraser01/minesweeper
A good old minesweeper in Rust
https://github.com/embraser01/minesweeper
Last synced: about 1 year ago
JSON representation
A good old minesweeper in Rust
- Host: GitHub
- URL: https://github.com/embraser01/minesweeper
- Owner: Embraser01
- License: mit
- Created: 2017-09-12T15:11:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T16:00:09.000Z (almost 9 years ago)
- Last Synced: 2024-12-26T20:16:58.641Z (over 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minesweeper
[](./LICENSE)
[](https://travis-ci.org/Embraser01/Minesweeper)
[](https://github.com/Embraser01/Minesweeper/releases)
[]()
## Overview
This project is an implementation of the famous [Microsoft Minesweeper](https://en.wikipedia.org/wiki/Microsoft_Minesweeper).
The purpose of this project is to learn
[`rust`](https://www.rust-lang.org/) so it is **not perfect** but I try
to write a high quality code !
## Build
**Notice**: Make sure to have a recent enough rustc.
To build it, just run
```
cargo build
```
## License
[MIT Licence (C) 2017 Marc-Antoine FERNANDES](./LICENSE)