diff --git a/resources/js/App.vue b/resources/js/App.vue
index 700897c..bdac5e0 100644
--- a/resources/js/App.vue
+++ b/resources/js/App.vue
@@ -4,6 +4,7 @@
import type { NavigationMenuItem } from '@nuxt/ui'
import { computed } from 'vue'
import { useHead } from '@unhead/vue'
+import HowToPlay from "./components/HowToPlay.vue";
const items: NavigationMenuItem[] = [{
label: 'Git',
@@ -20,13 +21,16 @@
-
+
TLAdle
+
+
-
+
+
diff --git a/resources/js/components/HowToPlay.vue b/resources/js/components/HowToPlay.vue
new file mode 100644
index 0000000..2962f92
--- /dev/null
+++ b/resources/js/components/HowToPlay.vue
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+ You have to try and guess the TLA (Three Letter Acronym). You get a Motto to start on, and on each try you get more information about the kinds of words
+ and letters the abbreviation has.
+
+
+
+ You can use the following color codes to determine how close you were to the correct answer:
+
+
+ Correct word, correct place
+ Correct word, incorrect place
+ Correct starting letter, correct place
+ Correct starting letter, incorrect place
+
+
+ As an example, if the acronym of the day is
+
+
+ Three
+ Letter
+ Acronym
+
+ And your guess was "Letter True Acronym", then the colors would be as follows:
+
+ Letter
+ True
+ Acronym
+
+
+ If you have any feedback,
+ let me know in an email, or create a pull request
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/pages/HomeView.vue b/resources/js/pages/HomeView.vue
index 3fd385b..09ac4e1 100644
--- a/resources/js/pages/HomeView.vue
+++ b/resources/js/pages/HomeView.vue
@@ -79,44 +79,7 @@
{{ hint }}
-
-
-
-
- You have to try and guess the TLA (Three Letter Acronym). You get a Motto to start on, and on each try you get more information about the kinds of words
- and letters the abbreviation has.
-
-
-
- You can use the following color codes to determine how close you were to the correct answer:
-
-
- Correct word, correct place
- Correct word, incorrect place
- Correct starting letter, correct place
- Correct starting letter, incorrect place
-
-
- As an example, if the acronym of the day is
-
-
- Three
- Letter
- Acronym
-
- And your guess was "Letter True Acronym", then the colors would be as follows:
-
- Letter
- True
- Acronym
-
-
- If you have any feedback,
- let me know in an email, or create a pull request
-
-
-
-
+
@@ -141,7 +104,7 @@
@@ -150,7 +113,7 @@
You completed todays TLAdle! Todays TLA was {{ tla }}
- Guesses: {{ guesses.length }} / {{ maxGuesses }}
+ Guesses left: {{ maxGuesses - guesses.length }}