0

Are games made by any language or it is only by c++?

8th Jan 2017, 5:12 AM
YAZAN AHMED
YAZAN AHMED - avatar
5 Answers
+ 3
games can be written in pretty much all languages but object oriented languages like c++, java, etc. allow one to make the more advanced games that we see these days. Simple games have even been made by a process call batch programming, which doesn't actually have any programming languages involved ..
8th Jan 2017, 8:37 AM
Jason Smith
Jason Smith - avatar
+ 2
any languages can be used to create games however modern languages are better for modern games development
8th Jan 2017, 9:06 AM
ifl
ifl - avatar
+ 2
i met an old guy once who had developed a chess game in cobol!!!! (respect!)
8th Jan 2017, 9:07 AM
ifl
ifl - avatar
+ 2
C++ is highly efficient in memory management. Since Games use up a lot of memory, most developers like to code in c++.
8th Jan 2017, 12:18 PM
nak3d.newt
nak3d.newt - avatar
0
thank you all
8th Jan 2017, 6:07 PM
YAZAN AHMED
YAZAN AHMED - avatar