Package featurecat.lizzie
Class Lizzie
- java.lang.Object
-
- featurecat.lizzie.Lizzie
-
public class Lizzie extends Object
Main class.
-
-
Field Summary
Fields Modifier and Type Field Description static Board
board
static Config
config
static LizzieFrame
frame
static Leelaz
leelaz
static String
lizzieVersion
-
Constructor Summary
Constructors Constructor Description Lizzie()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Launches the game window, and runs the game.static void
setLookAndFeel()
static void
shutdown()
static void
switchEngine(int index)
Switch the Engine by index number
-
-
-
Field Detail
-
config
public static Config config
-
frame
public static LizzieFrame frame
-
board
public static Board board
-
leelaz
public static Leelaz leelaz
-
lizzieVersion
public static String lizzieVersion
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
Launches the game window, and runs the game.- Throws:
IOException
-
setLookAndFeel
public static void setLookAndFeel()
-
shutdown
public static void shutdown()
-
switchEngine
public static void switchEngine(int index)
Switch the Engine by index number- Parameters:
index
- engine index
-
-