A Simple JQuery game

Creating a simple JQuery game JQuery is a lightweight library very usefull for dom manipulation and simple animations. Based on this library in 2017 I’ve created this small example of how it can be used to create a small browser game. It consinst in a single monolithic javascript file which contains an object called "Game".…