How do I can make an updatable game for mobile?

0 favourites
  • 3 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • So, how can i update a game without upload a new apk to playstore.

    I see many games they have a week or daily bonus mission,that is appear without updating their game.

    What is the idea of making this?

  • Normally all the game assets and logic necessary were already downloaded to the device during the last apk update (basically plan ahead for daily/weekly events). You can also use an AJAX request to a server to get sort of a "message of the day", which can contain information regarding availability of certain functions or unlocks, and make use of load from URL for dynamic retrieval of sprites.

    Like in a procedurally designed game, it is possible to describe how the game should be presented via data and variables, rather than placing and designing everything statically in the editor. Once your game an be built on variable data, it is pretty simple to use AJAX to get the dynamic content.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thank you oosyrag !

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)