Class Partida
java.lang.Object
Partida
public class Partida
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Partida
public Partida()
throws java.io.IOException
- Throws:
java.io.IOException
Jugar
public void Jugar()
throws java.io.IOException
- Throws:
java.io.IOException
getJugador
public java.util.ArrayList<Jugador> getJugador()
setJugador
public void setJugador(java.util.ArrayList<Jugador> val)
getTablero
public Tablero getTablero()
setTablero
public void setTablero(Tablero val)
getNumeroJugadores
public int getNumeroJugadores()
repartirEjercito
public void repartirEjercito()