Uses of Class
de.fhwiesbaden.jgamp001.thello.ThelloGame

Packages that use ThelloGame
de.fhwiesbaden.jgamp001.thello   
 

Uses of ThelloGame in de.fhwiesbaden.jgamp001.thello
 

Methods in de.fhwiesbaden.jgamp001.thello that return ThelloGame
 ThelloGame ThelloGame.clone()
           
 ThelloGame ThelloGame.doMove(Pair<java.lang.Byte,java.lang.Byte> m)
           
 ThelloGame ThelloGame.setAtPosition(byte column, byte row)
           
 

Constructors in de.fhwiesbaden.jgamp001.thello with parameters of type ThelloGame
FlexibleThelloControl(ThelloGame thello, Netzwerkspieler netPlayer, Spielertyp erster, Spielertyp zweiter)
          Der Standardkonstruktor für neue Spiele.