use of wagner.stephanie.lizzie.rules.Board in project lizzie by featurecat.
the class Lizzie method main.
/**
* Launches the game window, and runs the game.
*/
public static void main(String[] args) throws IOException, JSONException {
config = new Config();
leelaz = new Leelaz();
leelaz.togglePonder();
board = new Board();
frame = new LizzieFrame();
}
Aggregations