dangelobr's Forum Posts

  • 3 posts
  • Tanks for help.

  • In tests I've done on Android, I found the following:

    • Cocoon Josh: Best performance, but does not run on some Android emulators like BlueStacks. To set some details of the game, need to have premium account on the Ludei site. Apk file large.
    • Intel XDK: Good performance, runs on BlueStacks. Apk file large.
    • PhoneGap: Poor performance for games. Apk file medium.

    My suggestion is to test with your game.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In a game where I can move the objects, how i do this:

    When an object collide with each other, they join into one, and then, i can move this larger object, that when colliding with another one, joins again, creating a larger object yet .

    But need to respect the collision point, "pasting" the object at the point where the collision occurred.

    I could do the following:

    When the objects collide, destroying an object and change the sprite of another one.

    But this way, will be need many sprites because there are many objects in screen.

    I'm talking about something like the game Pudding Monsters.

    How could i do someting like this?

  • 3 posts