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

I need HTML5 video game training course with pure Javascript

Hi there, It's my dream to create a game with HTML5 and Javascript.I don't want any Javascript framework.I hope Treehouse will help me to fulfil my dream.Is there any plan to release a video training course of game based on HTML5 and Pure Javascript?

1 Answer

Absolutely! Do you have your heart set on using Pure Javascript from scratch? If so (and that's the best way!) then I would recommend using Unity Game Engine. This is great because, yes, it's a premade engine, but all your scripting is entirely from scratch using either C# or JS. JS is obviously what you want. Then, when you have a completed version of your game or app, translate it into HTML5 using the Build Settings. There are great tutorials out there by the way! Unity is nothing like Game Maker or a cheap drag 'n drop, it's just premade because you can easily import and implement audio, textures, and items like that. I personally would not use a text editor like Eclipse, because that would be immensly hard to work with for an HTML5 game.