Archive for the ‘Javascript’ Category

Tutorial: Puzzle Game Basics with HTML5 and Javascript

Wednesday, August 1st, 2012

If you've played many online games, you've probably seen the puzzle simulations where an image is cut up into pieces and randomly arranged. The goal is to click pieces and move them to reform the original image. In this tutorial you will learn the basics of how to create this type of game. If you want to take a sneak peek at the finished product, you can do so here. (more...)

WebRTC Tutorial Update

Tuesday, July 24th, 2012

One of the more popular tutorials on the site is the one on webRTC with HTML5 and Javascript. However, the problem with creating tutorials for cutting edge technology such as webRTC is that the specification is constantly changing. Recent updates to the webRTC spec made the tutorial inaccurate. Today I went back and updated it so that it works with the new specification. Check it out if you haven't tried it yet!

Tutorial: WebRTC with HTML5 and Javascript

Tutorial: WebRTC with HTML5 and Javascript

Sunday, March 11th, 2012

Updated: 7/24/2012

WebRTC is a new technology that brings real-time communication capabilities to your browser without the need for plugins. In this tutorial you'll learn how to set up a webcam stream and copy images from it to an HTML5 canvas element. (more...)

Tutorial: HTML 5 Space Shooter Part 3

Sunday, January 15th, 2012

Welcome to part 3 of the HTML 5 Space Shooter tutorial series. If you haven't already, I'd recommend checking out parts 1 and 2 before jumping in here. We're going to pick up where we left at the end of the last tutorial and implement enemies and collision detection. Let's get right to it! (more...)

Tutorial: HTML 5 Space Shooter Part 2

Saturday, January 7th, 2012

In part 2 of this series we're going to be adding a player ship and the ability to control that ship. If you're just joining us, you'll first want to check out part 1 where we set up a scrolling starfield which serves as the background for the game. (more...)

Tutorial: HTML 5 Space Shooter Part 1

Sunday, January 1st, 2012

Happy new year! 2011 was a fantastic year for me and I hope it was for you as well; hard to believe 2012 is here already! I figured a new tutorial would be a great way to start off the year so here you go: part 1 in a series on creating an HTML 5 shooter using EaselJS! (more...)

Space Shooter with HTML 5 and EaselJS

Wednesday, December 28th, 2011

After following Lee Brimelow's introductory tutorial to Grant Skinner's EaselJS, I decided to look into it further and create a simple space shooter. No, this isn't directly Flash related, but the EaselJS framework is based on ActionScript and the Flash display list. Anyway, you can check out the game here. Look for a tutorial in the coming weeks!

Subscribe to RSS feed FGS5 Badge