Building Vertical Platformer Games using Kaboom (original) (raw)

Building Vertical Platformer Games often has issues when working with arcade physics. Check out this experiment for building a Serious Scramblers prototype that highlights the pros and cons of using Kaboom.

Kaboom is a Javascript game programming library that helps you deal with arcade physics fast and fun. In the experiment, Kaboom is still affected by arcade physics issues since it doesn’t really have a proper physics engine. For example, if two moving objects collide, they end up stopping together.

Read the full article for more information and results.

Arcade Physics, Experiment, Kaboom

Canvas-1, Games-4, HTML5-4