https://github.com/Brollof/Minesweeper
Minesweeper made in Visual Studio (C#)
https://github.com/Brollof/Minesweeper
csharp minesweeper minesweeper-style-game visual-studio
Last synced: over 1 year ago
JSON representation
Minesweeper made in Visual Studio (C#)
- Host: GitHub
- URL: https://github.com/Brollof/Minesweeper
- Owner: Brollof
- Created: 2017-11-18T10:56:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T11:08:13.000Z (over 8 years ago)
- Last Synced: 2024-10-24T06:27:48.629Z (over 1 year ago)
- Topics: csharp, minesweeper, minesweeper-style-game, visual-studio
- Language: C#
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minesweeper
Windows-based minesweeper implementation in C# using Visual Studio 2013.
Board size is 10x10 with 20 mines.
### TODO
- first guess cannot hit mine
- difficulty change through menu
- left and right mouse button simultaneous press
- mines left counter
- time elapsed since game start field