bingomanatee / canvas-chess

A chess UI based on the HTML5 Canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canvas Chess

A chess UI based on the HTML5 Canvas.

<div id="board"></div>
<script>
    var board = new CHESS.Board({
        container: 'board',
        height: '400px',
        width: '400px',
        piece_set: 'img/pieces/merida'
    });
    board.setActive(true);
</script>

About

A chess UI based on the HTML5 Canvas

License:MIT License


Languages

Language:JavaScript 99.4%Language:HTML 0.6%