Search in sources :

Example 1 with LizzieFrame

use of wagner.stephanie.lizzie.gui.LizzieFrame 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();
}
Also used : Board(wagner.stephanie.lizzie.rules.Board) Leelaz(wagner.stephanie.lizzie.analysis.Leelaz) LizzieFrame(wagner.stephanie.lizzie.gui.LizzieFrame)

Aggregations

Leelaz (wagner.stephanie.lizzie.analysis.Leelaz)1 LizzieFrame (wagner.stephanie.lizzie.gui.LizzieFrame)1 Board (wagner.stephanie.lizzie.rules.Board)1