Technical question

sandra_314

New Member
Joined
22/04/2016
Messages
1
Hello David, I have been programming Java for almost 3 - 4 years and now I have decided to start developing an isometric rpg game for mobile devices like you.

The problem is that I don't know where to start learning libGDX.

So, my question is: Where and how have you learnt to develop such an amazing game like EK? Books? Websites? Tutorials?

Thanks.
 

DavidBVal

Developer
Staff member
Administrator
Joined
28/02/2015
Messages
7,441
Well, my first step would be the zombiebird tutorial:

http://www.kilobolt.com/zombie-bird-tut ... emake.html

It is a step-by-step remake of flappybird on libgdx. But surprisingly, it is *very* good regarding how to structure a game, separating render from logic. It's like an illustrated manual of good practices. The down side is, I think it's a bit outdated regarding LibGDX version so some code might require modifications, but still I'd do it.

Good books I can recommend... probably Game Programming Gems, at least I and II.

Good luck! :)

(Moving this thread to the appropiate subforum,)
 

Top