Skip to content

Commit

Permalink
Remove table
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul-Gandhi committed Oct 21, 2023
1 parent 092d9e3 commit 5177c50
Showing 1 changed file with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,7 @@ <h1>TicTacToe Class Description</h1>
To win in Tic Tac Toe, a player must have three of their symbols (either <code>X</code> or <code>O</code>) consecutively in a row. This can be achieved in the following ways:
</p>

<table>
<tr>
<th>Condition</th>
<th>Description</th>
</tr>
<tr>
<td>Horizontal</td>
<td>
- Top row<br>
- Middle row<br>
- Bottom row
</td>
</tr>
<tr>
<td>Vertical</td>
<td>
- Leftmost column<br>
- Middle column<br>
- Rightmost column
</td>
</tr>
<tr>
<td>Diagonal</td>
<td>
- From top-left to bottom-right<br>
- From top-right to bottom-left
</td>
</tr>
</table>

<img src="/bjc-r/img/python/ttt.png"/>

<h2>Methods to Implement</h2>
Expand Down

0 comments on commit 5177c50

Please sign in to comment.