L
L
Laver8532019-12-15 15:56:05
C++ / C#
Laver853, 2019-12-15 15:56:05

Which game engine is best?

I'm going to make a multiplayer 2d card game for Android. I speak C++. You need an engine with support, oddly enough, C++, which is best for this task.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
D
dollar, 2019-12-15
@Laver853

It is better to take Unity , this is the best choice.
If you really want C++, and nothing else, then you can put all the logic in a DLL written in C++, and then connect it to the Unity game project.
Look also towards Unreal Engine - this is a really good and convenient engine, with beautiful code inside, from which you can easily sculpt what you want and modify it to your needs. And that's where C++ is used. In some cases, Unreal is even better than Unity (in terms of lack of restrictions). But the main disadvantage (for you) is that it's a monster, it pulls a lot of things with it, and the game will be harder than on Unity. Especially since you have a 2D card game.

D
Dmitry Shitskov, 2019-12-15
@Zarom

Android and C++ are not best friends.
Java, Kotlin would be a much better choice
Answer in another question C/C++ Android Programming?

O
OnYourLips, 2019-12-15
@OnYourLips

https://www.cocos.com/

G
Gamer_Et, 2019-12-15
@Gamer_Et

Try Xamarin
https://docs.microsoft.com/en-us/xamarin/cross-pla...

H
Homo Ludens, 2019-12-15
@HLudens

The unit is not quite C ++, but I think it will be quite convenient.

I
ILIIA2289, 2019-12-15
@ILIIA2289

unity

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question