Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Is there one programming language that would take precedence over the others in game development?

Hello,

I was just curious if there is a programming language that was more important to learn for game development. I've always wanted to work on a project, even the simplest code, for a console game such as the xbox one.

1 Answer

Yes. C++.

The reason being it is a lightweight language with very little built in frameworks. This makes it ideal for gaming, which often has a custom framework built by developers.

However, plenty of simpler games like mobile games are written in Java, Objective-C or others.

See this discussion:

http://www.gamedev.net/topic/647957-most-widely-used-programming-language-for-games/

Hey Eric,

Thank you so much! After reading the majority of posts on that forum it does seem that C++ is the language that is a must know!

Thank you so much!