Programming Language

Can you expand on those? Do they each have their own language?

They are game engines written by other people which you can use to make your own games. They are not programming languages but they are properly written in common languages like C++ or Java. So in order to use those engines, you will need to know the language they are written in.

Think of them as advanced libraries (they are much more than that)
 
Joined
Oct 8, 2009
Messages
4,425
Location
UK
I wish bethesda would make their tools (maybe the second to last generation) available for commercial "mod" teams doing "premium modules" so to speak. With the Construction set tools and source code access, small teams could relatively quickly make games, focussing on content creation.
 
Joined
Oct 18, 2006
Messages
3,508
Can you expand on those? Do they each have their own language?

They have a lot of tools which enables you to get far without programming, but for example unity supports C#, C++, python and some other languages too.

It doesn't just save time on the graphics and sound, side, they have built in tools for everything you need to make and RPG, even an Isometric pack in case you want to make a isometric RPG. So you can spend time actually making your game instead of writing millions of lines of code with things people have done 100 000 of times before.
 
Joined
Oct 25, 2006
Messages
6,292
Back
Top Bottom