Three game made with JavaScript (activity practicing JS)
This mini-game is the object of practice and can serve as notes or guidance, but it is not intended to be an optimized game to use.

Although it is scheduled in pure JavaScript, Nodejs libraries are included for Jquery and Bootstrap, they are barely used but in the future it may improve a new version and have already left them prepared.
In the event that you want to install them you will have to have Node in the team and execute in the same directory:
npm installI have done this small project to refresh some syntax so that I have used some unnecessary things without needing, just to practice them.
At the beginning, a table that will be hooked to the DOM will be created automatically. This will contain the game that will be marked by the boxes when they are pressed.
There is a base class that is the basis for the two types of file:
The game is carried out in the boarding class () while logic and control as an interface or intermediate bookstore is done from /ASSETS/JS/Scripts .JS while the auxiliary functions are within ** /assets/js/funccess.js**
The rules are identical to 3 in original line except when we modify the number of paintings it contains, in doing so there are smaller (diagonal) areas and only the longest diagonals are allowed (X shape on the board).