0
Wht are the basics required to build a game???
wht should I learn...
3 Respostas
+ 1
Well, to build a game when you're a beginner a good way to start is to use an already existing engine like unity3d, you obviously need to know about programming, so first you should choose a language you'd want to use (if you're using a pre made engine in this case use engine's language), then look for some graphics API - OpenGL is a good one for beginners, don't struggle with something like vulkan as you don't need such low level features at this stage, you need to make a game engine for that game as it makes things a lot easier so, if you're a beginner I would recomment using C# and OpenTK for graphics or Java and Light Weight Java Game Library (LWJGL), especially if you're a beginner, and then youre ready to pretty much make any game you want.
0
thank u @sampleTextxd
0
No problem Disha, also if you choose to use Java LibGDX is a good way to start as it handles a lot of low level stuff for you