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

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

Awesome Lists containing this project

README

          

# Minesweeper

[![license](https://img.shields.io/github/license/embraser01/minesweeper.svg)](./LICENSE)
[![Build Status](https://travis-ci.org/Embraser01/minesweeper.svg?branch=master)](https://travis-ci.org/Embraser01/Minesweeper)
[![GitHub release](https://img.shields.io/github/release/embraser01/minesweeper/all.svg)](https://github.com/Embraser01/Minesweeper/releases)
[![Libraries.io for GitHub](https://img.shields.io/librariesio/github/embraser01/minesweeper.svg)]()

## 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)