• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

what languages are often used for coding games...?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.
C and C++ are the usual choices for game programming, but you can use just about any language you want depending on what you want your game to do.
 
As was said before, C or C++ for most serious games, but Visual Basic, Python and other languages can be used as well. I think Nvidia also has their own language, Cg or something.
 
i would recomend perl or c++, even though perl is stupid. i still would recommend learning it. and c++ you can go anywhere with that language
 
even though perl is stupid

actually, not at all, PERL can be really useful if one works with servers for a job(hey, not everyone can succeed w/ game programming), as most servers are UNIX based, and PERL happens to be one of the quickest/best ways to get things done on UNIX.
 
Back