I am developing a Tic-Tac-Toe game which can be played between two players who are on two different machines.
When the first player comes to the Welcome page he will redirected to a Waiting Page when he clicks on the 'Start' button.
When the second player comes to the Welcome page he will be redirected directly to the Game page, on clicking the 'Start' button.
So how can i redirect the first player to the Game page after the second player is available for the game.
And if i want to manage multiple instances of my game how can i do that//
I am using JSP, javascript and MySQL for developing my project, and I am new to all these tools, but i would still like to carry on with all these only