Jump to content

Search the Community

Showing results for tags 'reading writing json phaser'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. I am making kids ABC learning game in phaser. I used jquery to read json file and used data in my game successfully but when I run that game on android the data was not shown there... because I think JQuery is server dependent and there is no server for mobile.. so know I want to read and also want to write (I want to write data to change application images and colors as user chose...) or update json data in separate file .. how can I do that.. my json data is like. [{ "letter": "A", "lfor": "Apple", "ref":"Assets/Limages/1.png"}, { "letter": "B", "lfor": "Banana", "ref":"Assets/Limages/2.png" },.......]
×
×
  • Create New...