What is the most BASIC programming language for making games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the most BASIC programming language for making games

I want to make a game but I need to find a programming langauge to make it with. Which one should I use?

10th Jul 2019, 3:50 PM
SpaceJunk
SpaceJunk - avatar
4 Answers
+ 6
C++ C# Java Python Javascript These will make a good game
10th Jul 2019, 5:02 PM
Akubia Godwin Maxwell
Akubia Godwin Maxwell - avatar
+ 3
SpaceJunk You have two options: Use a game engine - faster and easier - Many prebuilt tools Example: Unity and unreal engine Youtube Vid: https://youtu.be/nT_9-p1-1cU Without a game engine - harder more control - takes more time I currenty use a C++ game library called sdl2. It is bare bones and open source.
10th Jul 2019, 4:00 PM
Manual
Manual - avatar
+ 2
Depends on the type of game - the most common answer you'll get is this: × C# with Unity - lots of tutorials, ease of use, modern sleek language with a powerful IDE. × C++ for bigger, 3D games and memory intensive games - a industry proven language with great memory management functionality. You might give javascript a shot for lightweight Web games, or even check some python game libraries.
10th Jul 2019, 4:05 PM
HNNX 🐿
HNNX 🐿 - avatar
0
I have used the search feature and found nothing
10th Jul 2019, 3:50 PM
SpaceJunk
SpaceJunk - avatar