Tech talk #6 How are PlayStation games created and which languages do developers use to build them?
Hey guys if you want to know how PlayStation games are created and by which languages developers build them this post will be useful for you 👇👇👇
Several programming languages are used for developing play station games, generally C++ is used by bigger companies, though game engines support scripting languages as well specially in now "Indie developers age".
For instance unity3D now supports developing Play Station games (using C#, JavaScript or other scripting languages supported by Unity3D)
Lots of games are developed with unreal engine, which supports a combination of unreal scripting language and C++ for the engine (though the latest version now uses C++ for both)
If you like to know more about game programming, I highly suggest programming in C++ and learn at least one scripting languages.
Thank you