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

JavaScript Introducing JavaScript Let's Make a Game Welcome to Programming

Game won't display if I use my own text editor but will display in workspaces. Why does this happen?

Hello all! When on the video 'Introduction to JavaScript' I have run into the very problem that the title details. When downloading the course files and loading them up in my own text editor I get nada. But when I use the workspace it works just fine. Why is this?

1 Answer

Hey Christopher,

I'd suggest reading the documentation for Phaser. Due to security restrictions in the browser, you'll need a local web server. If you need a recommendation for one, I am a fan of MAMP.

Thank you for you fast response and recommendation! And I will most certainly check out MAMP.

Carlos Alfaro
Carlos Alfaro
3,574 Points

Thank you so much! I want to be able to use my own editor, and this fixed my issues, thanks a lot!