A
A
Alan2022-04-11 19:13:16
Programming languages
Alan, 2022-04-11 19:13:16

What language do you need to learn to develop games like Clash of Clans/Lords Mobile on PC, smartphones, etc.?

I want to make a game like Clash of Clans/Lords Mobile for PC, smartphones, etc. What programming language do you need to know for this?
PS I think this can be done in Unity, but I would like to know how to develop a game without game engines (and preferably in one language).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Michael, 2022-04-11
@Alan_IT

Without engines - it is very laborious. Any modern game is based on one or another library that takes on typical tasks: graphics output, sound output, input processing, etc.
You can do this in any language - from C ++ to Javascript, there is a library for game development for any popular language (and most likely more than one).
Unity is quite an option. As far as I know, it allows you to make games for both desktop and mobile platforms.
If you want something less monstrous (closer to "real" programming, not "constructor"), then I would recommend looking at Kotlin. This is the official language for android development, and it will also work fine on the desktop. Personally, I "felt" a bunch of Kotlin + libGDX, I was quite satisfied.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question