0
I want to create video games for consoles.. how do I start?
2 Answers
+ 1
I assume you don't know any programming, either, so a good start is to learn how to program. Then pick a good book about introduction to game development to see for yourself what you need to learn (keywords: game development beginners). Of course, you need to know about graphics, audio, basic AI (depending on your game). You also need to decide on the platform (desktop, mobile, web)? There is a ton of stuff you need to learn, especially if you haven't programmed before (learning to program can be a challenge in itself), but it all depends on how complex you want your game to be.
Programming languages to consider are C++ if you are aiming for desktop, Java for Android, Swift for Apple devices, and alternatively you could also learn Python, Kotlin or JavaScript.Â
Good Luck ~
0
Thank you very much I'll start with c++