|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jaige.Player jaige.AI jaige.games.ataxx.ai.AtaxxAI
public abstract class AtaxxAI
Field Summary | |
---|---|
protected Cell[][] |
cells
These cells are set by the Hex game, and can be read by the AI. |
Constructor Summary | |
---|---|
AtaxxAI()
|
Method Summary | |
---|---|
boolean |
paintPlayerPanel(java.awt.Graphics g,
int score,
int width,
int height)
|
void |
setCells(Cell[][] cells)
Sets the cells for this AI to use. |
Methods inherited from class jaige.AI |
---|
getAIName, getAuthor, getInfo, getVersion, initialize, makeMove, uninitialize |
Methods inherited from class jaige.Player |
---|
getColor, getName, getOrientation, setColor, setName, setOrientation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jaige.event.TurnListener |
---|
processTurnEvent |
Field Detail |
---|
protected Cell[][] cells
Constructor Detail |
---|
public AtaxxAI()
Method Detail |
---|
public void setCells(Cell[][] cells)
cells
- the cells for this AI to use.public boolean paintPlayerPanel(java.awt.Graphics g, int score, int width, int height)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |