What programming langages are necessary to develop a mobile game like this?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What programming langages are necessary to develop a mobile game like this??

Hi, I'm a student programmer, Me and friends, we have an idea, a project, let's say mean, we want to develop a mobile game, like tic tac toe/morpion/gomoku (*five in row*) on android first. This game will be multiplayer, online and in local network / bluetooth. Players must be register, search for online opponents, or play with friends via bleutooth. The game will offer to buy items, either points or other advantage. These purchases must be almost mandatory to really play. The concept is that, a player offers a point amount and asks for a clash, another player accepts the challenge, and they compete, the victor wins the points of the other. I don't know, in the future the points can be exchanged for money, because they were bought with money, so the player will have a mobile wallet that will allow him to withdraw the money. What I want to know is: What are all programming language skills required? Do you think this game will have a significant cash cost? And what are yours opinions about?

26th Aug 2018, 7:33 PM
Murdet Pierre
Murdet Pierre - avatar
4 Answers
+ 1
It's me who would do almost all the development, but I have student and professional friends who can help me at all levels, graphic design, etc.
26th Aug 2018, 8:31 PM
Murdet Pierre
Murdet Pierre - avatar
0
"What programming langages are necessary to develop a mobile game like this?? " You have to use Java as programming language anyway, because transactions/ purchases in android must be programmed with java like many other things, ask google why, it was there decision. So to make your game with Java is the best way I would say. "What are all programming skills required?" You should have at least more than 1 year experience in any programming language, because for this kind if game you need some knowlege and experience. And you don't need only Java, you also need to work with databases like SQL. Programming multiplayer stuff will maybe the hardest part. Good luck
26th Aug 2018, 8:01 PM
BraveHornet
BraveHornet - avatar
0
Thanks for your answer, do you think this game will cost us a lot of money?
26th Aug 2018, 8:07 PM
Murdet Pierre
Murdet Pierre - avatar
0
Do you program the game yourself? If so, you only need money for the server and maybe for a graphic designer, the rest you can do by yourself. And of course for an android account, but that isn't expensive.
26th Aug 2018, 8:24 PM
BraveHornet
BraveHornet - avatar