Package featurecat.lizzie
Class Lizzie
- java.lang.Object
-
- featurecat.lizzie.Lizzie
-
public class Lizzie extends java.lang.ObjectMain class.
-
-
Field Summary
Fields Modifier and Type Field Description static Boardboardstatic Configconfigstatic LizzieFrameframestatic Leelazleelazstatic java.lang.StringlizzieVersion
-
Constructor Summary
Constructors Constructor Description Lizzie()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Launches the game window, and runs the game.static voidsetLookAndFeel()static voidshutdown()static voidswitchEngine(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 java.lang.String lizzieVersion
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOExceptionLaunches the game window, and runs the game.- Throws:
java.io.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
-
-