public class Main
extends java.lang.Object
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static Controller |
createController(Player p)
Ask the user what kind of controller should play for p; create and
return the corresponding object.
|
static void |
main(java.lang.String[] args)
Run a game at the console.
|
public static Controller createController(Player p)
public static void main(java.lang.String[] args)