How to make a game like a Clash of Clans? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a game like a Clash of Clans?

you can use any think

11th Feb 2018, 10:02 AM
Mayank Patel
Mayank Patel - avatar
4 Answers
+ 10
It will take years to make, I'm out.
11th Feb 2018, 10:31 AM
Harsh
Harsh - avatar
+ 8
you'll want to use a game engine for android/iOS like unity, most likely. and/or java
11th Feb 2018, 10:59 AM
Ahri Fox
Ahri Fox - avatar
+ 5
@glad you're right in regards to computer game development (clash of clans is mobile), but we're talking mobile game development. for android, it's hard to escape java. a lot of converters for android will convert it to java
14th Feb 2018, 10:45 PM
Ahri Fox
Ahri Fox - avatar
0
@Ahri Fox Don't use Java for game development. Otherwise you end up with stuff like Minecraft and we all know how well that runs. @OP You'll have two options: 1) Use a game engine. 2) Make a game from scratch. If you go with 1 you will have to learn an engine. The simplest (serious) one is Unity. If you go with 2 you will have to learn C++ (main game core), OpenGL (graphics), 3ds Max or similar (game models), Objective-C/Swift and the iOS SDK (interfacing with iOS) and Java and the Android SDK (interfacing with Android). Clash of Clans is made using the second option. Also, if you're a single developer, especially a beginner, going with the second option is going to be really really hard and time consuming.
11th Feb 2018, 12:10 PM
Vlad Serbu
Vlad Serbu - avatar