|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectothellogame.AgentAuto
Esta clase sirve como base para escribir su propio codigo. Esta clase es la unica clase que, en principio, se debe modificar.
Field Summary | |
static int |
MAXPROF
|
Constructor Summary | |
AgentAuto()
|
Method Summary | |
Jugada |
calculaJugada(TableroModel tab)
Efectua la jugada del agente basada en el estado actual del tablero. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MAXPROF
Constructor Detail |
public AgentAuto()
Method Detail |
public Jugada calculaJugada(TableroModel tab)
tab
- objeto representando el estado actual del tablero
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |