commit 154e630cfd6771f248347490262edb70a84ac045 Author: Francisco Pessano Date: Mon Dec 13 10:38:44 2021 -0300 initial commit diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..c5098fe --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "tic-tac-toe-game", + "version": "1.0.0", + "description": "", + "main": "index.html", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Francisco Pessano", + "license": "ISC" +} diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 diff --git a/styles/styles.css b/styles/styles.css new file mode 100644 index 0000000..e69de29 diff --git a/styles/styles.scss b/styles/styles.scss new file mode 100644 index 0000000..e69de29