@ -2,6 +2,9 @@
{
public interface ITicTacToe
public bool Fertig();
void SpielerInput(int posIndex);
public void SpielerWechsel();
public void PunkteBerechnung();
}