Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 857 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 857 Bytes

Minesweeper

Game Screenshot

Project Description

This remake of Minesweeper was created in 2018 as a final project for ICS3U, using Java and Processing 3 for graphics.

Game Description

Minesweeper 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 non-bomb cells around a certain cell if the number of flags adjacent to that cell is equal to it's number)

Installation

Run the .jar file to start Minesweeper.