Skip to content

Flamerinus/3enraya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tres en raya


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.