Matto in 2 mosse

Il Bianco matta in 2 mosse



<script src="http://www.biblioteca-sancarloborromeo.it/jschess/jschess.js"></script>
<table style="width: 100%; border: 2px solid #ffffff">
<tr><td align="center">
<canvas id="jschess" width="576px" height="576px"></canvas>
</td></tr>
<tr style="border: 2px solid #ffffff"><td align="center">
<input type="checkbox" id="chk_show_positions_w" name="chk_show_positions_w" onclick="SetCookieChkShowPositionsW();"><label for="chk_show_positions_w">Mostra spostamenti del bianco</label>
<input type="checkbox" id="chk_show_positions_b" name="chk_show_positions_b" onclick="SetCookieChkShowPositionsB();"><label for="chk_show_positions_b">Mostra spostamenti del nero</label>
<br />
<br />
<button type="button" id="btt_reload" onclick="ChessReload();">Ripristina</button>
</td></tr>
</table>
<script>
var jschess = document.getElementById("jschess");
InitChess(jschess, "tbc1tbe1cbf1pba2pbb2rbc2pbf2pbc3pbg3pbd4png4pnd5cnf5dng5dbe6pnf6pna7pnb7pnc7tnh7rnb8tnh8", "de8+,txe8,txe8#");
</script>