Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (10 loc) · 550 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 550 Bytes

Development for the Unity implementation has been halted in favor of a streamlined Android Studio implementation. See https://github.com/mark-wiemer/minesweeper-android for the Android Studio implementation

Minesweeper

A simple Minesweeper implementation for Android and PC.

Current elements

  • When clicking a revealed spot with n neighboring mines, sweep its neighbors if there are n or more flags around it

  • Timer

  • Mine counter

  • Recognize game completion

  • Customize difficulty (rows, columns, mines)

  • Preset difficulties