How do I go from a simple html5 tic tac toe game to an online 2 player game?

Posted by phi1o on Game Development See other posts from Game Development or by phi1o
Published on 2012-07-04T23:00:45Z Indexed on 2012/07/05 3:23 UTC
Read the original article Hit count: 244

Filed under:
|
|
|

I've been working on an online 2 player Tic Tac Toe solution for blackberries. both old and new. And so far I have html5 code that has a 3 x 3 layout that switches between x and o for the game mechanics. I believe I'm still missing a check for win function but my question is about the server side of this game. I'm not sure how to go about learning what exactly I want. how do you take what I have now, and make this into a functioning online game?

I've been told WAMP is a good solution, as well as IIS. and its all really over my head, so i'm hoping to get a little more clarity as far as what I should focus on to bring this game to life.

© Game Development or respective owner

Related posts about JavaScript

Related posts about html5