So ... ich habe jetzt alles definiert.
z.B.
Delphi-Quellcode:
// [Player Win 2.8] 3-5-7
if (Button3.caption='X') and (Button5.caption='X') and (Button7.caption='X') then
Form3.Show;
if (Button3.caption='X') and (Button5.caption='X') and (Button7.caption='X') then
Panel2.Caption:='gewonnen'
Mein Spiel klappt
Frage:
Wie kann ich Unentschieden definieren?