Questions tagged [impactjs]

ImpactJS is a JavaScript Game Engine to develop HTML5 Games for desktop and mobile browsers.

ImpactJS is a JavaScript Canvas 2D Game Engine created by Dominic Szablewski that allows you to develop HTML5 Games for desktop and mobile browsers.

ImpactJS comes built in with it's own level editor: Weltmeister

More info can be found on the Official ImpactJS Website.

47 questions
0
votes
1 answer

iPhone 5 and full canvas width

Okay, so my iPhone 5 arrived (I live in Australia and am lucky to have it before the US) and the first thing I wanted to do was take full advantage of the 88 pixels of extra width for my 2D platformer using the Impact JS engine. I cannot get my head…
fulvio
  • 24,168
  • 20
  • 122
  • 198
0
votes
1 answer

Make entity bounce off according to angle and speed

What I want to do is bounce an entity off of a paddle and have it react to the speed of the paddle as well. So like in the old break out games, the faster you move the paddle the more obtuse the angle. What I have thus far is this; var playerPos =…
griegs
  • 22,002
  • 28
  • 113
  • 201
1 2 3
4