Merge pull request #53 from gnieark/dev

default url is stupid AI
This commit is contained in:
Gnieark 2016-06-04 23:04:20 +02:00
commit df7d572b24

View File

@ -251,7 +251,7 @@ function startGame(){
</select> </select>
</td> </td>
<td> <td>
<input id="url1" type="text" name="player1URL" placeholder="url du bot http://localhost" value="https://ias.tinad.fr/tictactoe.php"/> <input id="url1" type="text" name="player1URL" placeholder="url du bot http://localhost" value="https://ias.tinad.fr/stupidIATictactoe.php"/>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -263,7 +263,7 @@ function startGame(){
</select> </select>
</td> </td>
<td> <td>
<input id="url2" type="text" name="player2URL" placeholder="url du bot http://localhost" disabled value="https://ias.tinad.fr/tictactoe.php"/> <input id="url2" type="text" name="player2URL" placeholder="url du bot http://localhost" disabled value="https://ias.tinad.fr/stupidIATictactoe.php"/>
</td> </td>
</tr> </tr>
</table> </table>