html5 - JavaScript game Bouncing -


i've built js game. there game piece , obstacles , buttons (up,left,right,down) move game piece. when click button, game piece moves, stays on place moved to. want bottom of gamearea have gravity , if game piece hit bottom , top bounce back. possible? game structure i've token w3schools(see "game example")


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -