+ 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?
4 Answers
+ 6
C++
C#
Java
Python
Javascript
These will make a good game
+ 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.
+ 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.
0
I have used the search feature and found nothing