Does the language used in pc games and ps4 Games are same or different. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Does the language used in pc games and ps4 Games are same or different.

21st Dec 2016, 1:40 AM
Jayvardhan Choudhary
Jayvardhan Choudhary - avatar
2 Answers
+ 4
at machine level, yes you will need different machine language for pc and ps4. at high level, no. You can code in any language but with the appropriate compiler for that specific platform. nowadays, at even higher level, the game engines take care of platform conversion. you just create your game on pc and port it to ps4 with only minor changes.
21st Dec 2016, 2:40 AM
Nikunj Arora
Nikunj Arora - avatar
+ 2
It depends on the platform but C++ and C# can be used for console and PC games. Certain middleman software engines can support other scripting languages too.
21st Dec 2016, 2:41 AM
Antek