Package | Description |
---|---|
fighting | |
gameInterface |
Modifier and Type | Method and Description |
---|---|
GameData |
Fighting.initialize(int stageMaxXInput,
int stageMaxYInput,
java.lang.String backGroundImageName,
game.SoundManager sm,
int[] deviceType,
java.lang.String[] aiName,
image.ImageContainer ic)
Initializes fighting game.
|
Modifier and Type | Method and Description |
---|---|
int |
AIInterface.initialize(GameData gameData,
boolean playerNumber)
This method initializes AI, and it will be executed only once in the beginning of each game.
|