<hexchess-board>

Chess is better with hexagons

In case you are using these boards in conjunction with a web server, you'll want to set player roles. With player roles, the current viewer of the board can be assigned to one of the following:

<div style="width: 575px; height: 500px">
<hexchess-board
id="hexchess-board"
board="start"
orientation="white"
player-role="white"
>
</hexchess-board>
</div>