Friends I need a help. I want to build an Android game alone , but I'm unable how to start and from where. Please help me. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Friends I need a help. I want to build an Android game alone , but I'm unable how to start and from where. Please help me.

27th May 2017, 2:20 PM
Nrishinghananda Roy
Nrishinghananda Roy - avatar
3 Answers
+ 1
I assume you already have the game concept. You also need to choose the language you are going to use. (for android many people prefer Java) The way most people go about building a game is by first building the components the will be used do play the game (board, players, ...) and after that build the actual game algorithm or logic. Hope this helps.
27th May 2017, 2:54 PM
Ulisses Cruz
Ulisses Cruz - avatar
0
2 ways: 1) start from scratch learn a programming language like java , some GUI etc and build your game ( hard way). 2) Go for a drag and and drop kinda game development tool to design your game ( easier way).
27th May 2017, 2:36 PM
Mohammad Fahad Sayed
Mohammad Fahad Sayed - avatar
0
Python for me stands out here, with its free cross platform development framework called Kivy (suitable for mobile app and game development). The rest of the news is @ kivy.org. Hoping this helped..
30th Jun 2017, 6:49 PM
Marvel B'ringa
Marvel B'ringa - avatar