Uses of Interface
de.fhwiesbaden.jgamp001.thello.RegularGame

Packages that use RegularGame
de.fhwiesbaden.jgamp001.thello   
 

Uses of RegularGame in de.fhwiesbaden.jgamp001.thello
 

Classes in de.fhwiesbaden.jgamp001.thello that implement RegularGame
 class AbstractRegularGame<M>
           
 class ThelloGame
          Othello, das Herzstück des Spiels.
 

Methods in de.fhwiesbaden.jgamp001.thello that return RegularGame
 RegularGame<M> RegularGame.setAtPosition(byte column, byte row)