I've come to ask your help for a little bit of testing. This little webgame called: Tic Tac Toe needs some tester and I was hoping some of you are willing to test it for me.
I already tested in Google Chrome version 8, Internet Explorer 9 and Firefox version 5 and everythings seems to work alright.
Clicking with the mouse places a piece on the board and then the next player is up, the green marker tells who's turn it is and when the game is finished the colour of the board will tell who won the game. It's a 2 player game at the moment and when it's game over, you need to manually restart it with the reload button from the browser.
I've also implemented touch controls which should work the same as the mouse controls and only single touch is supported at the moment. And I am looking for people who can test the touch behavior and tell me if it's working or not.
On iPod, the game simply does not let "X" go, I place a circle, and then nothing, if I tap somewhere else, it moves the circle I already placed to where i tapped, not a new one, not an "x".
Seems that I've forgotten to rename all instances of a variable used. Which resulted into not preventing the default touch behaviour for tic tac toe on the ipod. If that default behaviour is prevented, I can use the touch controls for custom actions instead of the default browsing, hyperlinkg and scrolling actions.