Skip to content

Commit

Permalink
Update Readme for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitepone committed Jul 23, 2022
1 parent 7120899 commit 17da47e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Minesweeper! In Rust!
# Minesweeper! In Rust! With a GTK GUI!

Truly a feat that noone has ever attempted, and an original idea. This is a
project I am doing over a weekend to have some evidence that I can write
Rust. Maybe also a testbed for playing with Rust features that I want to
learn more about.
![image of minrsweeper](./docs/img/minrsweeper.png)

Just a cute little project to play around with. It's a fully featured
Minesweeper clone.

## Controls

- Left click to Uncover a tile
- Right click a covered tile to place a flag
- Right click an uncovered number tile to uncover unflagged neighbors

## Building

### Dependencies

The `gtk3-rs` crate depends on GTK3 development libraries.

- `libgtk-3-dev` on Debian based distros.
- `gtk3-devel` on Fedora based distros.

### Actually Building

Just, `cargo make`
Binary file added docs/img/minrsweeper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17da47e

Please sign in to comment.