I am developing a tic tac toe game that writes each players move and all game info to a mysql database. I need the game board to update on the other player's game after a move is made, with some sort of event listener, I suppose.
What is the approach here: Flash/php/mysql?
Can this be done with just php and mysql?
Is JavaScript absolutely necessary?
I want to preserve a live game feel, but also allow for players to log in and make their move days or weeks later.
What options do you see?
I appreciate your guidance.
What is the approach here: Flash/php/mysql?
Can this be done with just php and mysql?
Is JavaScript absolutely necessary?
I want to preserve a live game feel, but also allow for players to log in and make their move days or weeks later.
What options do you see?
I appreciate your guidance.
Comment