0
Are games made by any language or it is only by c++?
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 ..
+ 2
any languages can be used to create games
however modern languages are better for modern games development
+ 2
i met an old guy once who had developed a chess game in cobol!!!! (respect!)
+ 2
C++ is highly efficient in memory management. Since Games use up a lot of memory, most developers like to code in c++.
0
thank you all