Skip to content

Commit

Permalink
check: Added Check Representation to all games
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth-sunkireddy committed Apr 10, 2024
1 parent 7dacfb5 commit d442e99
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions game3.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,12 @@ <h3 style="text-align: center; color: white; font-weight: bold;">Game 3: Our Gam

<!-- White Queen Check Move -->
<svg viewBox="0 0 100 100" style="position: absolute">

<!-- A line with a marker -->
<line x1="48.5" y1="17.5" x2="80.5" y2="47.5" stroke="red" stroke-width="1.5px" />
<line x1="53" y1="20.5" x2="78.5" y2="45.5" stroke="red" stroke-width="0.5px" />
</svg>

<!-- White Camel Move Check -->
<svg viewBox="0 0 100 100" style="position: absolute">
<line x1="39" y1="17.5" x2="7.5" y2="47.5" stroke="red" stroke-width="1.5px" />
<line x1="34.5" y1="22.5" x2="10" y2="45" stroke="red" stroke-width="0.5px" />
</svg>

<!-- White Camel Move -->
Expand Down

0 comments on commit d442e99

Please sign in to comment.