Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 453 Bytes

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

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