-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutText.html
12 lines (12 loc) · 944 Bytes
/
aboutText.html
1
2
3
4
5
6
7
8
9
10
11
12
<h2 style='color: #4CAF50;'>About the Game</h2>
<p style='font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #333333;'>This game is inspired by the
popular online drawing and guessing game, Skribbl.io.</p>
<h3 style='color: #4CAF50;'>How to Play</h3>
<ol style='font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #333333;'>
<li>Two players take turns drawing and guessing words.</li>
<li>The drawing player selects a word from the combo box and starts drawing it on the canvas.</li>
<li>The guessing player has 5 attempts to guess the word by typing in the input box and submitting their guess.</li>
<li>If the guess is correct, the guesser scores a point and the roles switch.</li>
<li>After both players have drawn, the round ends, and a new round begins.</li>
</ol>
<p style='font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #333333;'>Enjoy the game and have fun!</p>