https://github.com/tdgroot/minesweeper
Minesweeper assignment written in Java
https://github.com/tdgroot/minesweeper
Last synced: 20 days ago
JSON representation
Minesweeper assignment written in Java
- Host: GitHub
- URL: https://github.com/tdgroot/minesweeper
- Owner: tdgroot
- Created: 2018-01-30T18:34:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T18:34:30.000Z (about 7 years ago)
- Last Synced: 2025-02-14T20:32:01.674Z (2 months ago)
- Language: Java
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minesweeper
===========Minesweeper assignment for a Java class. This was written in about 15 minutes, please don't bash me.
**Example output**
```
[2][9][2][0][0][0][1][2][9]
[3][9][2][0][0][0][1][9][2]
[9][2][1][0][0][0][2][2][2]
[1][1][0][0][1][2][4][9][2]
[0][0][0][0][1][9][9][9][2]
[0][0][0][0][2][5][9][4][1]
[0][0][0][0][1][9][9][3][1]
[0][1][1][1][2][3][4][9][1]
[0][1][9][1][1][9][2][1][1]
```