+ 1
Which code language is the best for beginners that want to make games
I want to learn an easy beginner language just to start with so I can start making games. I don't want to make big games but I just really wanna start making some little games to start with. But do I have to start with python or c#?
5 Answers
+ 1
c++ is portable
+ 1
I`d say depends on what kind of games you want to make. I did some text based RPG Stuff and C# was fine until now (very basic stuff though).
+ 1
I made a post discussing this: https://www.sololearn.com/Discuss/99903/about-making-games
There is really no "easy" way to go about learning a programming language to make a game, since it requires a lot of knowledge about the language you're working with. However, it's great that you're starting out small. It's something I highly encourage in new developers. Good luck with your projects!
0
lots of games in sololearn community playground, check them out, discuss with their programmers, can get a strong insight in the topic
0
you should watch the coding train he uses a js library called p5.js and it is really beginner friendly he has really good tutorials for it.