From 0102f9b106917c36c8a49cd29df636a94ca44fab Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Mon, 27 Dec 2021 15:04:07 -0300 Subject: [PATCH] Added some style logic --- index.html | 9 ++-- .../addEmojiPickerBackgroundFunction.js | 5 +- .../disableEnterInputs.js | 27 +++++++++++ .../emojiPickerFunctionality.js | 4 +- .../addStartButtonFunctionality.js | 6 +++ script/game-functions/checkInputs.js | 47 +++++++++++++++++++ script/game-functions/hidePlayerSelection.js | 12 +++++ script/game-functions/showTicTacToe.js | 11 +++++ script/index.js | 24 +++++++++- styles/game.scss | 10 ++++ styles/playerSelection.scss | 26 +++++++++- styles/styles.css | 27 ++++++++++- styles/styles.css.map | 2 +- styles/styles.scss | 4 ++ 14 files changed, 200 insertions(+), 14 deletions(-) create mode 100644 script/emoji-picker-functions/disableEnterInputs.js create mode 100644 script/game-functions/addStartButtonFunctionality.js create mode 100644 script/game-functions/checkInputs.js create mode 100644 script/game-functions/hidePlayerSelection.js create mode 100644 script/game-functions/showTicTacToe.js diff --git a/index.html b/index.html index 1e3386e..9d1d4f0 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,8 @@ - +
+ -
+