Minesweeper API summary

Here are the most important classes, fields and methods in the Minesweeper API. For more details, read the Javadoc and/or look at the source code.

All fields and methods are public unless noted otherwise.

enum ETile { MINE, FREE, UNKNOWN; }

class Tile

class Board

    int width;

class Action

class ArtificialAgentActions

abstract class ArtificialAgent