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

Game Development

tezzica
tezzica
3,938 Points

For those that took any of the game dev courses, can you apply the same methods to in-browser games dev(without flash)?

I'm debating if it's worth going through the courses since I'm wanting to create an in-browser game without using Adobe flash. I know you can use HTML5 to create in-browser games but I don't know how in-depth and secure those games could be. I'm currently diving into php but don't think that can be used for more complex games. I do know html/css/js to some level, but not thoroughly enough for game creation. Any advice, suggestions, or recommendations would be appreciated.

1 Answer

Steven Parker
Steven Parker
229,786 Points

The libraries available to desktop games are very different. The Game Development courses make use of the Unity gaming engine for example.

On the other hand, the Introducing JavaScript course includes a project using the Phaser game engine which is a free game framework made specifically for browsers.

tezzica
tezzica
3,938 Points

Thank you! I'll check out Phaser. :)