diff --git a/ahshit.html b/ahshit.html index be17b695..e6c2592f 100644 --- a/ahshit.html +++ b/ahshit.html @@ -3,14 +3,17 @@ - Speling Bee | Ah Shit + Spellcheck - A Word Game | Ah Shit - +

Ah shit, something went wrong. Sorry about that.

- Click here to restart. +
+ Click here to restart. +
+

If this issue persist, email me: answerinprogress [at] gmail [dot] com

\ No newline at end of file diff --git a/assets/icons/spellcheck.png b/assets/icons/spellcheck.png new file mode 100644 index 00000000..43660daf Binary files /dev/null and b/assets/icons/spellcheck.png differ diff --git a/assets/scripts/practice.js b/assets/scripts/practice.js index 0ddcc422..d400bdc0 100644 --- a/assets/scripts/practice.js +++ b/assets/scripts/practice.js @@ -1,7 +1,7 @@ /* https://www.freecodecamp.org/news/build-a-wordle-clone-in-javascript/ */ const KEYBOARD_EL = document.querySelector("#keyboard") const attempt = document.querySelector("#attempt-box") -var radioVal = sessionStorage.getItem("radioVal"); +var level = sessionStorage.getItem("level"); var publicCount = document.querySelector('#count') var wordOne = document.querySelector("#word-one") @@ -283,4 +283,4 @@ document.addEventListener("keyup", (e) => { } }) -checkLevel(radioVal) \ No newline at end of file +checkLevel(level) \ No newline at end of file diff --git a/index.html b/index.html index f327872e..f9801de3 100644 --- a/index.html +++ b/index.html @@ -3,17 +3,17 @@ - Speling Bee | Home + Spellcheck - A Word Game | Home - +
-

Speling Bee

+

Spellcheck

diff --git a/mode_select.html b/mode_select.html index d809efbf..c3c4f5bd 100644 --- a/mode_select.html +++ b/mode_select.html @@ -3,11 +3,11 @@ - Speling Bee | Select Mode + Spellcheck - A Word Game | Select Mode - + @@ -16,14 +16,14 @@
-

Speling Bee

+

Spellcheck

select game mode

-

dayly solo

+

dayly challenge

Expand your vocabulry and spell these words that refresh daily.

@@ -65,11 +65,11 @@

practice mode