Skip to content

Commit

Permalink
Merge pull request #724 from aslams2020/TutorialVideo
Browse files Browse the repository at this point in the history
Fixed tutorial issue in Readme and HowToBelow
ayush-t02 authored Aug 7, 2024
2 parents a0e2ad6 + 5d2b70c commit ebfb492
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -106,7 +106,8 @@ After Winning Game
## **Working video 📹**
**Watch this tutorial** to learn how to play Dots & Boxes effectively!

<video controls src="DotBox Tutorial new.mp4" ></video>
https://github.com/user-attachments/assets/6bd3d7e5-854d-4460-aef2-90efe3728e22


<br>

2 changes: 1 addition & 1 deletion pages/howtoplay.html
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ <h1 class="heading" style="text-decoration: underline">Here is a demo:</h1>
<h2 class="tut-head">Tutorial Video</h2>
<div class="tutorial-video">
<video controls paused>
<source src="/assets/videos/DotBox Tutorial new.mp4" type="video/mp4"/>
<source src="../assets/videos/DotBox Tutorial new.mp4" />
</video>
</div>
<p class="video-caption">Watch this tutorial to learn how to play Dots & Boxes effectively!</p>

0 comments on commit ebfb492

Please sign in to comment.