Android studio 是制作手机游戏的足够工具吗?

Is Android studio a sufficient tool for making mobile games?

我一直在学习如何在 Android studio 中创建应用程序,并且想知道您是否可以在其中制作带有高级图形的完整游戏或仅使用像 2048 这样的简单图形。

你可以在 Android 或 brickbreaker 中做一个 2048,但对于更复杂和更好看的游戏,你应该研究 Unity。 它非常适合 2D 和 3D,是移动游戏开发者的最爱之一,它也是跨平台的

https://docs.unity3d.com/Manual/android-GettingStarted.html

您可以使用 libgdx (https://github.com/libgdx/libgdx/wiki/Project-Setup-Gradle) and code game with Java or Kotlin in Android Studio (https://github.com/libgdx/libgdx/wiki/Project-Setup-Gradle)。

IMO,使用 libgdx 制作 3D 游戏比使用 Unity 更难。但没有什么是不可能的。干杯!