Skip to content

Instantly share code, notes, and snippets.

@fabsk7
fabsk7 / index.html
Created April 25, 2020 21:49
Jogo da velha - tic tac toe
<table id="scoreboard" align="center">
<tr>
<td id=nomeP1>Player 1</td>
<td width="30"> &nbsp; </td>
<td id=nomeP2>Player 2</td>
</tr>
<tr>
<td class="score" id="player1">
0
</td>
@fabsk7
fabsk7 / index.html
Created April 25, 2020 21:41
Jogo da velha - tic tac toe
<table id="scoreboard" align="center">
<tr>
<td id=nomeP1>Player 1</td>
<td width="30"> &nbsp; </td>
<td id=nomeP2>Player 2</td>
</tr>
<tr>
<td class="score" id="player1">
0
</td>