Skip to main content

Questions tagged [ajax]

Filter by
Sorted by
Tagged with
0 votes
0 answers
61 views

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 ...
Ben's user avatar
  • 1
1 vote
0 answers
57 views

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 ...
Akmedrah's user avatar
0 votes
1 answer
321 views

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 ...
user3531660's user avatar
2 votes
2 answers
312 views

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 (...
Roelof Berkepeis's user avatar
2 votes
1 answer
972 views

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 ...
mitch's user avatar
  • 137