Author Topic: Could someone provide the source code of an Android game?  (Read 1667 times)

Trenico

  • Guest
Could someone provide the source code of an Android game?
« on: May 18, 2014, 02:57:24 am »
Hi, I just discovered this engine, and I would love to use it for creating a game, I'm not new to programming, I've been programming for some time now, and I think I have learned enough Java this months to start with android game development, the problem is I don't know how to start with this engine, I read some of the wiki tutorials like the Hello World tutorial for Android, and I compiled the code, but it doesn't even open in my tablet, when I install it, it' doesn't even show the open button, and there is no icon or shortcut to open the app, so I was wondering if anyone could post or send me a source code of an Android game using this engine, I would really really appreciate it, it doesn't matter if it's the worst game or something like that, I just want it to have a guide to start programming my own game, you would do a big favour to me, thanks :)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Could someone provide the source code of an Android game?
« Reply #1 on: May 18, 2014, 02:31:09 pm »
If it helps, you can look at the Alien Runner sources. It's a pretty basic game which has been created with really low end devices in mind. You wouldn't do some of the stuff that i'm doing in this game on a current device, but anyway...: http://www.jpct.net/forum2/index.php/topic,1629.msg14207.html#msg14207

However, i suggest to first try to get the examples working on your device.

Trenico

  • Guest
Re: Could someone provide the source code of an Android game?
« Reply #2 on: May 18, 2014, 06:12:11 pm »
If it helps, you can look at the Alien Runner sources. It's a pretty basic game which has been created with really low end devices in mind. You wouldn't do some of the stuff that i'm doing in this game on a current device, but anyway...: http://www.jpct.net/forum2/index.php/topic,1629.msg14207.html#msg14207

However, i suggest to first try to get the examples working on your device.

Thank you :D, I thought Alien Runner's source was not available for Android, and yes I will try to get the examples to work, but I don't understand why I can't even open it, I mean I just copied the code without modifying anything, but when it finishes installing the "Open" button is shadowed and you can only hit the "Done" button, and also the example icon doesn't even shows in mainscreen or menu, but I'm able to uninstall it from Apps in Configuration, I will try to see why that happens, thanks again :D