Jump to content

Wizz

Members
  • Posts

    2
  • Joined

  • Last visited

Wizz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Wizz

    Game with AJAX->PHP

    Thanks for the reply. I checked Fetch and although IE is not supported, I suppose it could still be a solution. https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch And yet, if pixi.js doesn't support AJAX, do you know of any other engine that does? I want to create a turn-based game, so the rendering of graphics in a very fast way is not essential to me. I'll have to check out the other options.
  2. I'm new to game development. I want to create a game that is decided on the server side with PHP. The graphics will be shown using Canvas and I would hope that some graphics would be used from Illustrator. I need to know if the pixi.js framework can be used to communicate via AJAX to represent different graphics through user interaction. Example. User makes a decision -> values are calculated on the server side -> sent back and represented with graphics. Is this possible? I took a glimpse at the documentation and searched for AJAX but found nothing.
×
×
  • Create New...