diff --git a/After-Win.jpg b/After-Win.jpg new file mode 100644 index 00000000..ead11565 Binary files /dev/null and b/After-Win.jpg differ diff --git a/Before-Start.jpg b/Before-Start.jpg new file mode 100644 index 00000000..0cbef2db Binary files /dev/null and b/Before-Start.jpg differ diff --git a/DotBox Tutorial new.mp4 b/DotBox Tutorial new.mp4 new file mode 100644 index 00000000..f374abba Binary files /dev/null and b/DotBox Tutorial new.mp4 differ diff --git a/README.md b/README.md index dd4d0b81..8e5aac22 100644 --- a/README.md +++ b/README.md @@ -95,17 +95,18 @@ ## **Screenshots 📸** Before Starting Game -![Screenshot](./assets/images/Screenshot-Before-Start.png) +![alt text](Before-Start.jpg)
After Winning Game -![Screenshot](./assets/images/Screenshot-After-Win.png) +![alt text](After-Win.jpg)
## **Working video 📹** +**Watch this tutorial** to learn how to play Dots & Boxes effectively! -https://github.com/GameSphere-MultiPlayer/GameSphere/assets/114330097/293120ab-b1f0-48a8-af15-c05d49c65763 +
diff --git a/assets/images/After-Win.jpg b/assets/images/After-Win.jpg new file mode 100644 index 00000000..ead11565 Binary files /dev/null and b/assets/images/After-Win.jpg differ diff --git a/assets/images/Before-Start.jpg b/assets/images/Before-Start.jpg new file mode 100644 index 00000000..0cbef2db Binary files /dev/null and b/assets/images/Before-Start.jpg differ diff --git a/assets/videos/DotBox Tutorial new.mp4 b/assets/videos/DotBox Tutorial new.mp4 new file mode 100644 index 00000000..f374abba Binary files /dev/null and b/assets/videos/DotBox Tutorial new.mp4 differ diff --git a/pages/howtoplay.html b/pages/howtoplay.html index 5d719ff1..f760fe01 100644 --- a/pages/howtoplay.html +++ b/pages/howtoplay.html @@ -63,7 +63,6 @@ -

▂ ▄ ▅ ▆ ▇ █ MAXIMISE BOXES!! █ ▇ ▆ ▅ ▄ ▂

How to Play? ⚔️

@@ -123,17 +122,14 @@

How to Play? ⚔️

-

- Here is a demo :- -

-
- -
+

Here is a demo:

+

Tutorial Video

+
+ +
+

Watch this tutorial to learn how to play Dots & Boxes effectively!

  • Scoring: 🏆
    - Each completed box is worth one point.
    diff --git a/styles/howtoplay.css b/styles/howtoplay.css index 35beef9d..ed806e47 100644 --- a/styles/howtoplay.css +++ b/styles/howtoplay.css @@ -150,18 +150,6 @@ body { font-size: 1.5rem; } -.tutorial-video { - display: flex; - justify-content: center; - align-items: center; - margin: 2rem 0; - border-radius: 10px; -} - -.tutorial-video video { - width: 80%; - border-radius: 10px; -} .nav-links { letter-spacing: 2px; @@ -194,3 +182,36 @@ button a { font-weight: bold; text-decoration: none; } + +.tutorial-video { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + box-shadow: -1px 5px 15px rgb(0, 13, 255); + background: #33333300; + /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */ + margin: 20px 0; +} + +.tutorial-video video { + width: 100%; + max-width: 800px; + border-radius: 15px; + /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */ +} + +.tut-head { + color: #ffffff; + margin-bottom: 15px; + text-shadow: 1px 1px 2px rgb(255, 217, 0), 0 0 1em blue, 0 0 0.2em blue; + text-align: center; +} + +.video-caption { + margin-top: 10px; + font-size: 14px; + color: #ffffff; + text-align: center; + text-shadow: 1px 1px 2px rgb(208, 178, 11), 0 0 1em rgb(238, 255, 0), 0 0 0.2em rgb(255, 204, 0); +}