Skip to content

Commit

Permalink
Updated the Instructions box text and Readme.md screenshot (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumyadevSaha committed Oct 29, 2023
1 parent 569d822 commit 8c21dce
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ A well-designed interesting game made using HTML, CSS, and JS where you can play
![image](https://user-images.githubusercontent.com/73993775/225777171-2bbafadb-1c23-4487-b0ef-68c56cbffd74.png)<br><br>
<h3>Instructions Box :-</h3>

![image](https://user-images.githubusercontent.com/73993775/225777264-05f15388-1f4d-4f89-8fee-7d1405018c15.png)<br><br>
![image](https://github-production-user-asset-6210df.s3.amazonaws.com/86418216/278870509-69f50a95-251d-45f0-b869-f4dc3b321aa2.png)<br><br>
<h3>Selection of Edible Page :-</h3>

![image](https://user-images.githubusercontent.com/73993775/225777515-6147b79e-656e-4572-9639-b6928a176a0f.png)
Expand Down
15 changes: 12 additions & 3 deletions assets/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ <h2>Play with your Favourite Edible🎮</h2>
Your job is to click on the edibles before the timer runs out. For every correct click, you'll score a juicy point!
</li>
<li>
Keep your eyes peeled and your fingers nimble because once the clock strikes zero, the game is over and the edibles will dance away.
But be aware of the bombs 💣, you have 3 lives ❤️❤️❤️. Click on a bomb 💣, and you lose a life ❤️.
</li>
<li>
Keep your eyes peeled and your fingers nimble because once the clock strikes zero or all the lives ❤️ are lost, the game is over and the edibles will dance away.
</li>
</ol><br>

Expand Down Expand Up @@ -102,7 +105,10 @@ <h2>Play with your Favourite Edible🎮</h2>
Your job is to click on the edibles before the timer runs out. For every correct click, you'll score a juicy point!
</li>
<li>
Keep your eyes peeled and your fingers nimble because once the clock strikes zero, the game is over and the edibles will dance away.
But be aware of the bombs 💣, you have 3 lives ❤️❤️❤️. Click on a bomb 💣, and you lose a life ❤️.
</li>
<li>
Keep your eyes peeled and your fingers nimble because once the clock strikes zero or all lives ❤️ are lost, the game is over and the edibles will dance away.
</li>
</ol><br>

Expand Down Expand Up @@ -425,7 +431,10 @@ <h3 id="score" class="score">Score: 0</h3>
Your job is to click on the edibles before the timer runs out. For every correct click, you'll score a juicy point!
</li>
<li>
Keep your eyes peeled and your fingers nimble because once the clock strikes zero, the game is over and the edibles will dance away.
But be aware of the bombs 💣, you have 3 lives ❤️❤️❤️. Click on a bomb 💣, and you lose a life ❤️.
</li>
<li>
Keep your eyes peeled and your fingers nimble because once the clock strikes zero or all the lives ❤️ are lost, the game is over and the edibles will dance away.
</li>
</ol><br>

Expand Down
3 changes: 2 additions & 1 deletion assets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ function closeInstructions() {
document.getElementById("instructions").style.display = "none";
document.getElementById("instructions2").style.display = "none";
document.getElementById("instructions3").style.display = "none";
isRunning = 1;
if(isRunning == 0)
isRunning = 1;
}

//Maximum in the array
Expand Down

0 comments on commit 8c21dce

Please sign in to comment.