News

No jQuery or any other third party libraries, just raw JavaScript, CSS and HTML. Create the game, give it a div to draw to, tell it when the keyboard is mashed and that's all you need to add Space ...
In JavaScript or jQuery you often need to find out which key was pressed. Unfortunately, we don't have it as easy as comparing it against a string like "esc" or "space bar". Each key on the keyboard ...