HTML5 Game Tutorial – Infinite Runner
In this tutorial, we are going to create an HTML5 infinite runner effect that you can use to create games with, or just to create cool looking websites. Here is a screen shot of what we will be building. First, let’s create a list of what we will need: jQuery Javascript Library GSAP Animation Library jQuery.animateSprite Plugin jQuery is my go-to Javascript library. Thankfully, I’m not alone there as it has become very popular over the years. The Greensock Animation Platform (GSAP) is one of, if not the best Javascript animation libraries. They have some cool demos over at their site. The animateSprite plugin is something I … Continued