diff --git a/README.md b/README.md new file mode 100644 index 00000000..fc12e821 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# royhart-wordle + +Welcome! + +Update Log: + +1.1: +1. New Background! +2. A small guide at the bottom! diff --git a/dictionary.json b/dictionary.json index 51ef1d4e..c6739053 100644 --- a/dictionary.json +++ b/dictionary.json @@ -307,7 +307,8 @@ "amour", "amove", "amowt", - "amped", + "am +d", "ampul", "amrit", "amuck", @@ -420,6 +421,8 @@ "argol", "argon", "argot", + "pepes", + "florp", "argus", "arhat", "arias", @@ -6423,7 +6426,8 @@ "opahs", "opals", "opens", - "opepe", + "o + e", "oping", "oppos", "opsin", diff --git a/image_2022-03-10_201716.png b/image_2022-03-10_201716.png new file mode 100644 index 00000000..7151b263 Binary files /dev/null and b/image_2022-03-10_201716.png differ diff --git a/image_2022-03-16_213340.png b/image_2022-03-16_213340.png new file mode 100644 index 00000000..da116b14 Binary files /dev/null and b/image_2022-03-16_213340.png differ diff --git a/image_2022-03-16_213411.png b/image_2022-03-16_213411.png new file mode 100644 index 00000000..c265b08a Binary files /dev/null and b/image_2022-03-16_213411.png differ diff --git a/image_2022-03-16_213429.png b/image_2022-03-16_213429.png new file mode 100644 index 00000000..fa7281c6 Binary files /dev/null and b/image_2022-03-16_213429.png differ diff --git a/index.html b/index.html index acf40aaa..8067fa0c 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,23 @@ - Wordle Clone + Rordle + + + +

Rordle

+

Made by Camden V. View the code here (click this) if you wanna see how this was made.

+

1.1 Update!

+
+
+
@@ -78,5 +94,14 @@ +
+

How to play Rordle

+

(How to say it, Roydle)

+

Gray: Letter Isnt Used

+ Gray B +

Yellow: Letter is used but wrong spot

+ Yellow S +

Green: Right Letter + Right Spot

+ Green L - \ No newline at end of file + diff --git a/royhart.jpg b/royhart.jpg new file mode 100644 index 00000000..9504905f Binary files /dev/null and b/royhart.jpg differ diff --git a/script.js b/script.js index 742dfd1d..a5150f9d 100644 --- a/script.js +++ b/script.js @@ -1,5 +1,8 @@ const targetWords = [ "cigar", + "pepes", + "florp", + "asshl", "rebut", "sissy", "humph", @@ -68,13 +71,12 @@ const targetWords = [ "panel", "crass", "flume", - "offal", "agree", "error", "swirl", - "argue", - "bleed", - "delta", + "tests", + "skull", + "mason", "flick", "totem", "wooer", @@ -15457,7 +15459,7 @@ function shakeTiles(tiles) { function checkWinLose(guess, tiles) { if (guess === targetWord) { - showAlert("You Win", 5000) + showAlert("You Win <3", 5000) danceTiles(tiles) stopInteraction() return diff --git a/styles.css b/styles.css index 596d7565..37ec7a31 100644 --- a/styles.css +++ b/styles.css @@ -205,4 +205,6 @@ body { .alert.hide { opacity: 0; -} \ No newline at end of file + + +} diff --git a/targetWords.json b/targetWords.json index e13c6d0b..39755790 100644 --- a/targetWords.json +++ b/targetWords.json @@ -1,4 +1,5 @@ -[ +[ + "firws", "cigar", "rebut", "sissy", @@ -68,7 +69,6 @@ "panel", "crass", "flume", - "offal", "agree", "error", "swirl", @@ -2313,5 +2313,6 @@ "rower", "artsy", "rural", + "florp", "shave" ]