de.tfhberlin.panitz.vier
Class VierKonsole

java.lang.Object
  |
  +--de.tfhberlin.panitz.vier.VierKonsole

public class VierKonsole
extends java.lang.Object


Constructor Summary
VierKonsole()
           
 
Method Summary
 void spiel(de.tfhberlin.panitz.vier.VierLogik feld)
          Starts interactive game for two players.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VierKonsole

public VierKonsole()
Method Detail

spiel

public void spiel(de.tfhberlin.panitz.vier.VierLogik feld)
Starts interactive game for two players.

Parameters:
feld - The board which is to be played.