This is the popular Tic-Tac-Toe (X & O) game, created with the use of the CSS grid and JavaScript. Animate.css was used to animate the tiles and text. (Work in progress)
Made while learning JavaScript and the CSS grid.
The important files are:
- index.html: Main html file containing all the elements: buttons, description. etc
- sketch2.js: JavaScript sketch called in the .html file, contains the code, functions and variables.