In this last tutorial on making an Endless Runner style game, we’ll discuss the different approaches for making our games user interface (UI), the pros and cons to each approach, and then finish by creating the UI for our game and adding music.
Read more
When I was in college I created a game development club to bring together the various game developers, artists, and composers from across the campus. The focus of the club was to push everyone to make a game each month for the three months we would me. Doing so would help everyone not only learn what it takes to make a game, but also allow to have games that they could show off instead of just concepts and partial games.
I’ve decided to release the slides and resources that I used in the club so that others can learn from them. Most of the information found in the slides are quotes and summaries taken from various articles from other game developers. Feel free to use the slides in your own groups/clubs.
Read more
In the previous tutorial we learned about the Module Pattern and how to create modules to help organize and simplify our code. In this tutorial, we’ll use prototypal inheritance to create modules that share a common set of code which will add to the organization and simplicity our code.
Read more
I received an email the other day from one of our readers asking a few questions on how to learn game development. The questions are ones that I’m sure other developers have asked who are just getting their feet wet in game development, so I thought it would be a good idea to post the questions and my responses so that others may benefit.
Read more
I recently completed an Endless Runner style game for Gamedevtuts+ for an article on Spritesheet Animation. They have graciously allowed me to write a tutorial series on my site about how I created it. This article is the first of three articles that will explain how to create an endless runner style HTML5 game from scratch.
Read more