I'm starting a group for game development. I was wondering what type of skills I would need for this to happen? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I'm starting a group for game development. I was wondering what type of skills I would need for this to happen?

14th Aug 2017, 5:29 AM
Brett
Brett - avatar
2 Answers
+ 6
Designer Artist Programmer Mainly these three. Music and stuff sometimes can be gotten from third party source. But you can git a musician and moar people. Now if you wanna be an indie, you going to learn how to draw, design and program a game. Programming language? Depends on the engine. You can also create an engine yourself.
14th Aug 2017, 5:33 AM
Wen Qin
Wen Qin - avatar
+ 1
Depends on what kind of game it is and what is a target platform. Is the target platform mobile devices? If so try to learn C# and Unity game engine. IMO it's a good start. Does it need AI? Probably here you will need to get some knowledge of State Machines, algorithms for finding the shortest path. Will it have network communications? Does it require a complex web server? You can write your own or use existing generic one. Also it will be plus to know how to pack textures, how to write shaders. Understanding of OOP is a must have.
14th Aug 2017, 5:41 AM
Roman
Roman - avatar