I am currently developing a little Tic Tac Toe game in Java (For Android)
And i am stuck, i want to "CheckForWinner();" but i can't really figure out how...
I am thinking something like: "foreach(Field in Fields)" and then check which has value of 1 and which has a value of 2 :-)