Well there is 3 things I noticed.
1) You used a crappy IDE to generate your code, use a descent IDE like eclipse and write every line of code yourself and it wont look like fecal matter.
2) Your config array starts at 1 and goes to 9, yet winCombinations[][] only only checks an array from 0 to 8.
3) checkWinner() is never called...
|