Light Racer 3d source code

2 replies [Last post]
Offline
Joined: 07/06/2010

Hello !

I greatly appreciate your work, light racer 3d is probably the game I use the most on my HTC Desire, and I keep realizing how well it is integrated.

I am also trying to develop a game (not a tron or racing game, though), and I would be really grateful if it was possible to access the source of this game. Not necessarilly the last version, nor a complete version, but just to see how you used Activities, buttons, ... (the main menu window would be more than enough :D )

Thank you again :)

Robert Green's picture
Offline
Joined: 09/16/2009
Unfortunately, there is so

Unfortunately, there is so much tied into the activities that just an activity alone would not be very helpful. The examples that come with Android do a better job showing how to properly use activities to have a game activity and a separate menu activity.

Offline
Joined: 07/06/2010
Okay, thanks anyway... What I

Okay, thanks anyway...
What I was looking for wasn't in the examples (things like how do people actually make a splash screen, integrate the menu, ...), but I finally found some solutions for it on my own. :)