Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 363 Bytes

File metadata and controls

12 lines (7 loc) · 363 Bytes

About

This is an implementation of Minesweeper using JDK only. The classes are designed to create god class katas.

Compile

  • mvn clean install

Local Test

  • Run coach.hochsauerland.kata.MainSwingDemo for a interactive swin gui.
  • Run solver.de.continentale.vu.kata.minesweeper.MinesweeperPuzzleSolvingServiceTest for automatic puzzle resolving.