4

Hi I would like to know if there is a way to put a libgdx game inside an Android app?

like mini-games in talking tom, pou...

I created some games in libgdx and now I want to put them in this app... I don't know how to do it

Youssef
  • 43
  • 4
  • What do you mean by "put them inside the app", you could just check if it is installed on the phone and start them if they are, and send them to a link to download them if not – EpicPandaForce Aug 08 '15 at 10:56
  • I mean that I would put them in the same application package... in this way the user should only download the app – Youssef Aug 08 '15 at 11:06
  • You are more likely to need to put your app into the game. – EpicPandaForce Aug 08 '15 at 11:17
  • I think what you are trying to do is make an uber-app, which basically contain a menu, where user select which game to play with, and start that game when user makes a selection from the menu. If user ends one game, app should return to the menu. I think that's doable. – Alp Aug 09 '15 at 13:42
  • Its doable in `Swing` with an `LwjglCanvas`. Maybe android's got something similar...you should ask the devs on the libgdx forum – strider Sep 01 '15 at 06:23

1 Answers1

0

you can have a screen include some button for select a game.

I hope be useful.

Community
  • 1
  • 1
Ahmad Dehnavi
  • 1,483
  • 1
  • 17
  • 20