How I can make computer games? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How I can make computer games?

what programming language is best for make some computer games?

14th Jul 2017, 9:35 PM
q75w53
q75w53 - avatar
4 Answers
+ 5
I would recommend getting started with c#. Once you get the basics, get into MonoGame. It's a simple engine to use to get more familiar with programming in general then you could move to unity or start learning C++. C++ is definitely the most commonly used but is a little harder to learn as a first language. after learning c++, look into unreal engine. The engine is used with many AAA titles so it's a good idea to get familiar with that, along with Unity which is more common for Indie titles but important to learn. Dont expect this to happen very fast, should keep you busy for a few years.
14th Jul 2017, 9:53 PM
Jordan Chapman
Jordan Chapman - avatar
+ 11
I recommend c# so you can use the unity engine
14th Jul 2017, 9:53 PM
Cheesy Game Studios
Cheesy Game Studios - avatar
+ 1
Jordan gave you an excellent answer. Just to add to what they said it'll be much more difficult to program a game without an engine that's already built. As a game developer they are an invaluable tool.
14th Jul 2017, 11:34 PM
Christian
Christian - avatar
0
thank you for help !
14th Jul 2017, 9:56 PM
q75w53
q75w53 - avatar