I need/want/have to write a simple game. It's basically about a person being dropped at great height, then falling and then he must avoid obstacles and shoot enemies.
I'm not yet quite sure whether the level will be designed with an end or endless and obstacles and enemies will be created randomly. Probably the former.
Now I am searching for a JavaScript engine that is suited for this. I saw plenty engines (box2d, impact, gameQuery, javascript 2d gaming engine and many many more) each seemed to be optimized for certain gaming types (tile based, fps, isometric…).
Which one would you recommend? And why?