Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fungeey authored Sep 3, 2019
1 parent f12fa6f commit 9fbd306
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Minesweeper
# Minesweeper

![Game Screenshot](/Images/GameScreenshot.png)

### Project Description
This remake of [Minesweeper](https://en.wikipedia.org/wiki/Minesweeper_(video_game)) was created in 2018 as a final project for ICS3U, using Java and [Processing 3](https://processing.org/) for graphics.

### Game Description
[Minesweeper](https://en.wikipedia.org/wiki/Minesweeper_(video_game)) is a strategy game on a grid of cells. The goal of the game is to clear the grid of hidden 'mines' without detonating any of them. The user is aided by clues about the number of neighbouring mines in each cell.

### Controls
- **X**: Flag cell
- **Z**: Open cell / select
- **X** and **Z**: Chord (Reveal all covered mines around a certain cell)

### Installation
Run the .jar file to start Minesweeper.

0 comments on commit 9fbd306

Please sign in to comment.