Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perdian/minesweeper
Clone of the once popular minesweeper game
https://github.com/perdian/minesweeper
coding-kata java javafx minesweeper playground
Last synced: 8 days ago
JSON representation
Clone of the once popular minesweeper game
- Host: GitHub
- URL: https://github.com/perdian/minesweeper
- Owner: perdian
- License: apache-2.0
- Created: 2018-11-04T12:55:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T13:00:14.000Z (over 6 years ago)
- Last Synced: 2024-12-14T16:13:59.248Z (2 months ago)
- Topics: coding-kata, java, javafx, minesweeper, playground
- Language: Java
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Introduction
Minesweeper clone programmed in Java 10 using JavaFX as frontend.
I just wanted to keep practicing and prepare a reference for future experiments in other languages.
![Screenshot](docs/screenshot.jpg)
# TODOs
There are a few final touches still missing, which are:
* Better cell decoration with icons and/or a better color scheme
* Show remaining cells
* Allow for locking suspected mine cells
* Additional tests for game mechanics