Package uk.ac.ljmu.fet.cs.csw.CompetitiveMinesweeper.base.solvers
-
Class Summary Class Description AbstractSolver This is the class that is to be extended by most AIs.HumanSolver A sample "solver" which does not solve anything instead it allows a human to interact with the GUI.SimpleLineByLineSolver Sample solution to the AI.