Wht are the basics required to build a game??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Wht are the basics required to build a game???

wht should I learn...

3rd Dec 2016, 11:03 AM
Disha S Meishery
3 Answers
+ 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.
3rd Dec 2016, 11:09 AM
Edwin Rybarczyk
0
thank u @sampleTextxd
3rd Dec 2016, 11:10 AM
Disha S Meishery
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
3rd Dec 2016, 11:13 AM
Edwin Rybarczyk