Hello,
I'm thinking of developing a multiplayer game...you can think of it like "Jeopardy!" I know PHP and MySQL very well, and JavaScript somewhat. I have no experience with Ajax. Would it be possible to create a multiplayer (from different computers) Jeopardy-like game with PHP, MySQL, and Ajax that would work well?
For example, players in different locations could log on to the site, see a queue of game sessions available, join one, and play. The database would store the questions and record the player's scores at the end of each game. It would be a multi-instance game, where n number of games could be played by n number of players.
Traditionally, this sounds like a C++ client-server app (like the online poker games), but I don't know C++ at all. Just wondering if this could be done with PHP, Ajax, and MySQL.
Thanks!