Questions tagged [ajax]
The ajax tag has no summary.
9 questions
0
votes
0
answers
61
views
How can I give to player points with ajax but secured? [duplicate]
I have a virtual world game that I developed with jQuery, AJAX and PHP. Virutal World like club penguin. Now, I want to add a game into the virtual world - like bubbles or whatever. The main problem ...
1
vote
0
answers
57
views
Arrow buttons not functioning properly [closed]
I have been cobbling something together from different examples that I have seen online I would like to know why is it not just showing 1 button per page and instead showing them all and decreasing ...
0
votes
1
answer
321
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 ...
2
votes
2
answers
312
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 (...
2
votes
1
answer
972
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 ...