The ajax tag has no usage guidance.
1
vote
1answer
177 views
In PHP, how do I implement multiplayer “rooms” for a turn-based game?
I'm working on a multiplayer checkers game. I want to let players choose another connected player and invite him to play. I have a working game engine and rendering, but I'm stuck on the multiplayer ...
0
votes
1answer
164 views
Send request for Turned Based Battle
I want to create a turn based battle system for Pokemon online rpg!
I will some how implement the coding of the battle..but I want to know how can a user send request for a battle to other user?
If ...
0
votes
1answer
149 views
Is my social game technical solution viable?
I'm currently working on a board social game using HTML5 (canvas) & Asp.net MVC 4, Azure, Sql server, EF.
I'd like to do a server side realtime validation (using Ajax) of a player moves (not more ...
2
votes
2answers
194 views
Web application interacts bi-directional with server program?
I want to write a web application to play chess against the engine Crafty. I'm not new to PHP and javascript, but must learn how to interact with a server process : how can a web application and/or ...
3
votes
1answer
280 views
Game based on Ajax polling for 12 players
I am planning on writing a small browser game.
The webserver is a shared server, with no root / install possible.
I want to use AJAX for client/server communication. There will be 12 players.
So ...
2
votes
1answer
918 views
How do I query a server with visible map tiles? [closed]
In my game, I need to retrieve data of items in the visible tiles based on what tiles are visible in the viewport. I am planning to make a batch AJAX request with the visible tiles, containing image ...