Game Development articles

frame_by_frame_anim_header

Frame-by-frame animation with HTML and JavaScript

Frame-by-frame animation with HTML and JavaScript

By Bartek Drozdz Animations can make your project stand out from the crowd. Good animations enhance the user interface, make navigation feel smoother and offer a superior esthetic experience (bad animation does the opposite, so be careful). Modern browsers support animations quite well, but there are so many different ways of animating HTML elements that […]

pixi-js_header

Building a Parallax Scrolling Game with Pixi.js – Part 4

By Christopher Caleb Welcome to the fourth and final tutorial in the series detailing how to build a parallax scrolling map using JavaScript and pixi.js. In the previous tutorial we started writing the scroller’s foreground layer by implementing an object pool and learning how to work with sprite sheets. Today we’ll actually construct the foreground […]

pixi-js_header

Building a Parallax Scrolling Game with Pixi.js - Part 2

By Christopher Caleb In this series of tutorials we’ll discover how to make a parallax scrolling map similar to that found in games such as Canabalt and Monster Dash. The first part introduced the pixi.js rendering engine and covered the fundamentals of parallax scrolling. Now we’ll build upon our first scrolling attempt by adding the concept of a viewport. What you […]

Top