Package edu.wisc.game.engine
Class Captive
java.lang.Object
edu.wisc.game.engine.Captive
The main class for the Captive Game Server
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Captive
public Captive()
-
-
Method Details
-
main
public static void main(String[] argv) throws IOException, RuleParseException, ReflectiveOperationException, IllegalInputException A complete CGS session. Creates a game generator, creates a game, plays one or several episodes, and exits.
-