+ 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.
3 Antworten
+ 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.
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).
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..