Skip to content

Commit

Permalink
Add: hint to 8-puzzle in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
anisharma07 committed Jun 15, 2024
1 parent c1d1c04 commit 37f804d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 8 Puzzle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ <h1>8 Puzzle Game</h1>
<button id="reset-button">Reset</button>
</div>
</div>
<p style="font-size: 18px;">
Hint💡: Click on numbered boxes close to blank area
</p>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 37f804d

Please sign in to comment.