+ 1
Android Games in C
Lately i have been looking into game development for android. so i looked up popular games and in what language they are coded like clash of clans with objective-C. So i looked up how to make an android game in C but i only find unity tutorials or java/kotlin tutorials. How can i develop an android game in C.
2 Réponses
+ 7
Scripting_boom Visit this link
https://www.quora.com/How-do-I-make-Android-games-with-C-C++
Download this e-books,this will helps you in learning of game development...
https://www.pdfdrive.com/learn-c-for-game-development-e32342825.html
https://www.pdfdrive.com/pro-unity-game-development-with-c-e32523951.html
+ 4
Hey, clash of clan is first released for IOS platform only, at that time there was no swift so programmer has to use Objective-C, which is only one official and painful launguage to create IOS games/applications.
There's no need to use c/c++ to build games or applications, simply use more easy and officially supported launguage like kotlin/java.