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

Dov Brodkin
Dov Brodkin
2,695 Points

What is the best programming language to learn if I want to create games?

What is the best programming language to learn if I want to create games? Or what are some languages that are good to know?

4 Answers

geoffrey
geoffrey
28,736 Points

C++ is definitely one of the top languages. It's widely used in game development.

Dov Brodkin
Dov Brodkin
2,695 Points

Thanks so much. Are there others also widely used for games?

Ryan Hellerud
Ryan Hellerud
3,635 Points

unity plus C# is probably your best bet.

Ryan Hellerud
Ryan Hellerud
3,635 Points

also its a lot easier than c++

Ricky Catron
Ricky Catron
13,023 Points

For learning on Treehouse your best bet would be Java or Python in my opinion. Currently C++ and C# are not offered but C# may be soon.

For python you can use PyGame and for C# Unity is a great choice like Ryan Hellerud said. The other I know little about for game making.

You might also want to try building a browser based game with JavaScript.

Goodluck! --Ricky