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 Boardboardstatic Configconfigstatic LizzieFrameframestatic Leelazleelazstatic StringlizzieVersion
-
Constructor Summary
Constructors Constructor Description Lizzie()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(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 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
-
-