Skip to main content

Questions tagged [impactjs]

Impact is a commercial JavaScript Game Engine that allows you to develop HTML5 Games for desktop and mobile browsers.

0 votes
1 answer
74 views

I'm trying to implement a collision on ImpactJS entities that both will be stopped when collided and being pushed. This will be exactly similar to player to player collision on top down games such as ...
ruzip's user avatar
  • 1
0 votes
1 answer
59 views

what are The Best practies To load game data that are Stored in a mysql database? I'm using ajax request. But The async Call is a problem because i can't sync The game level with The data load. And ...
Vincenzo Casu's user avatar
1 vote
0 answers
55 views

I will try and explain this as simple as I can, let me know if you need more details and I'll edit the text. Imagine a simple gravity-enabled 2D-game with a ball inside a room where the objective is ...
Stig Perez's user avatar
6 votes
3 answers
4k views

I'm interested in HTML5 game development and I found about this 2 game engines, I already know ImpactJS requires more programming experience and that Construct 2 has its own event and action system ...
Érid's user avatar
  • 61
0 votes
2 answers
261 views

I'm trying to get an entity (a bullet, a grenade, and an explosive) from my player. Specifically, I want the shootingRate of my bullet (how frequently it can be ...
Dave Voyles's user avatar