diff --git a/index.html b/index.html index 3185b04..1c4c50f 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,8 @@ - + + @@ -21,14 +22,16 @@ - +
- - - \ No newline at end of file diff --git a/js/leaderboard.js b/js/leaderboard.js index 6e3f2ee..7a5cbcc 100644 --- a/js/leaderboard.js +++ b/js/leaderboard.js @@ -1,25 +1,25 @@ // Random Data const entries = [ - { name: "Alice", score: 356, avatar: "/assets/avatars/1.png" }, - { name: "Bob", score: 258, avatar: "/assets/avatars/2.png" }, - { name: "Charlie", score: 312, avatar: "/assets/avatars/17.png" }, - { name: "David", score: 167, avatar: "/assets/avatars/4.png" }, - { name: "Eve", score: 481, avatar: "/assets/avatars/9.png" }, - { name: "Frank", score: 573, avatar: "/assets/avatars/8.png" }, - { name: "Grace", score: 345, avatar: "/assets/avatars/7.png" }, - { name: "Heidi", score: 254, avatar: "/assets/avatars/6.png" }, - { name: "Ivan", score: 491, avatar: "/assets/avatars/5.png" }, - { name: "Judy", score: 587, avatar: "/assets/avatars/10.png" }, - { name: "Jassi", score: 342, avatar: "/assets/avatars/18.png" }, - { name: "Kevin", score: 456, avatar: "/assets/avatars/11.png" }, - { name: "Michael", score: 398, avatar: "/assets/avatars/13.png" }, - { name: "Nancy", score: 359, avatar: "/assets/avatars/14.png" }, - { name: "Oliver", score: 275, avatar: "/assets/avatars/15.png" }, - { name: "Peggy", score: 493, avatar: "/assets/avatars/16.png" }, - { name: "Quincy", score: 567, avatar: "/assets/avatars/3.png" }, - { name: "Robert", score: 321, avatar: "/assets/avatars/12.png" }, - { name: "Tom", score: 512, avatar: "/assets/avatars/19.png" }, - { name: "Victor", score: 512, avatar: "/assets/avatars/20.png" }, + { name: "Alice", score: 356, avatar: "../assets/avatars/1.png" }, + { name: "Bob", score: 258, avatar: "../assets/avatars/2.png" }, + { name: "Charlie", score: 312, avatar: "../assets/avatars/17.png" }, + { name: "David", score: 167, avatar: "../assets/avatars/4.png" }, + { name: "Eve", score: 481, avatar: "../assets/avatars/9.png" }, + { name: "Frank", score: 573, avatar: "../assets/avatars/8.png" }, + { name: "Grace", score: 345, avatar: "../assets/avatars/7.png" }, + { name: "Heidi", score: 254, avatar: "../assets/avatars/6.png" }, + { name: "Ivan", score: 491, avatar: "../assets/avatars/5.png" }, + { name: "Judy", score: 587, avatar: "../assets/avatars/10.png" }, + { name: "Jassi", score: 342, avatar: "../assets/avatars/18.png" }, + { name: "Kevin", score: 456, avatar: "../assets/avatars/11.png" }, + { name: "Michael", score: 398, avatar: "../assets/avatars/13.png" }, + { name: "Nancy", score: 359, avatar: "../assets/avatars/14.png" }, + { name: "Oliver", score: 275, avatar: "../assets/avatars/15.png" }, + { name: "Peggy", score: 493, avatar: "../assets/avatars/16.png" }, + { name: "Quincy", score: 567, avatar: "../assets/avatars/3.png" }, + { name: "Robert", score: 321, avatar: "../assets/avatars/12.png" }, + { name: "Tom", score: 512, avatar: "../assets/avatars/19.png" }, + { name: "Victor", score: 512, avatar: "../assets/avatars/20.png" }, ]; // Data after game ends diff --git a/pages/404.html b/pages/404.html index f1ea501..6929ff5 100644 --- a/pages/404.html +++ b/pages/404.html @@ -1,24 +1,22 @@ - - - - 404:Page not found - - - - - - + + + + 404:Page not found + + + + -
- 404 pic - -
- - + + + +
+ 404 pic + +
+ + + \ No newline at end of file diff --git a/pages/FAQs.html b/pages/FAQs.html index 5160396..c5eb7d7 100644 --- a/pages/FAQs.html +++ b/pages/FAQs.html @@ -1,192 +1,176 @@ - - - - - - - - - - - - - - - - - FAQs - - - - - - - -
- +
+ +
+

+ Frequently Asked Questions! +

+ +
+
+ + How do I win the game? + +

+ The objective is to capture more boxes than your opponent. Each box + you complete by drawing lines between adjacent dots scores you a + point. The player with the most points when all boxes are claimed + wins the game. +

+
+
-
-
- - What happens if I - complete a box? - -

- Completing a box by drawing its final line scores you a point and - grants you an extra turn. This strategic element adds depth to - gameplay. -

-
-
+
+
+ + How do I set up the + game? + +

+ Choose your desired grid size to customize the game's difficulty. + Start by connecting the dots on the grid, taking turns with your + opponent. +

+
+
-
-
- - When does the game end? - -

- The game ends when all boxes on the grid have been claimed by - drawing lines. At this point, the player with the highest score, - based on the number of boxes captured, wins. -

-
-
+
+
+ + What happens if I + complete a box? + +

+ Completing a box by drawing its final line scores you a point and + grants you an extra turn. This strategic element adds depth to + gameplay. +

+
+
-
-
- - Is there a strategy - involved in playing this game? - -

- Yes, strategic line selection is crucial. Thinking ahead to maximize - the number of boxes you can capture while preventing your opponent - from doing the same is key to winning. -

-
-
+
+
+ + When does the game end? + +

+ The game ends when all boxes on the grid have been claimed by + drawing lines. At this point, the player with the highest score, + based on the number of boxes captured, wins. +

+
+
-
-
- - What if I need help or - have more questions about gameplay? - -

- If you have any more questions or need assistance with the rules, - feel free to refer to the instructions or ask your opponent for - clarification. You can also add suggestions in Feedback Form. Enjoy - the game! -

-
-
+
+
+ + Is there a strategy + involved in playing this game? + +

+ Yes, strategic line selection is crucial. Thinking ahead to maximize + the number of boxes you can capture while preventing your opponent + from doing the same is key to winning. +

+
-
- -

- Created with ❤️ by - Chrome Gaming -

- +
+
+ + What if I need help or + have more questions about gameplay? + +

+ If you have any more questions or need assistance with the rules, + feel free to refer to the instructions or ask your opponent for + clarification. You can also add suggestions in Feedback Form. Enjoy + the game! +

+
+
+
+ +
+ +

+ Created with ❤️ by + Chrome Gaming +

+ +
+ + + + - - - - + \ No newline at end of file diff --git a/pages/about.html b/pages/about.html index 3115f2c..583730b 100644 --- a/pages/about.html +++ b/pages/about.html @@ -1,42 +1,30 @@ - - - - About Us - - - - - - - - - - - - - - - - - - - + + + + + + + + + -