• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Game App Development

LM_Frank

Lurker
Am preoccupied. How is the UI of a game like candy crush made for mobile devices/tablets/PC'S? The different modals, maps ,levels and all that are they pictures?
If not how did they achieve that?
Also what language did they use to achieve that, was it programmed?
Actually it's a very important subject whiwh concerns me a lot as a learning web developer.
Kindly waiting for an answer
 
It's just photos referred to as sprites or animated sprites. It uses a game engine called Defold, and i think it's now free. It uses Lua scripting and c++ for extensions. Go to Defold website if you want to learn more. I'm using Unity as its more geared towards 3d.
 
Back
Top Bottom