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

https://github.com/escalopa/mine-sweeper

Mine-sweaper game, Build with java & swing gui
https://github.com/escalopa/mine-sweeper

java swing-components swing-gui

Last synced: 2 months ago
JSON representation

Mine-sweaper game, Build with java & swing gui

Awesome Lists containing this project

README

        

# mine-sweeper

This project is a swing implementation to the mine-sweeper game

## Notice

- Amount of bombs is equal to `amount of buttons / 5`
- Game restarts after 5 seconds of losing

## Demo

![](screenshot1.png)
![](screenshot2.png)
![](screenshot3.png)