An open API service indexing awesome lists of open source software.

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

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]
```