Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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