GSoC/GCI Archive
Google Code-in 2014 FOSSASIA

HTML JS Chessboard

completed by: Dhruv Ramani

mentors: Aruna Herath, royalharsh95

Create a chess game using html and javascript so you can play with your browser.

Use chessboard.js (http://chessboardjs.com) to embed a dumb chess board in the webpage. And use cinnamon as the chess engine.

Download the cinnamon code for javascript (http://cinnamonchess.altervista.org). There is an example included in the downloaded package that already uses chessboardjs. You can study it to get an understanding of the usage of chessboard js with cinnamon.

The webpage in addition to the chessboard should display some text describing the move of the AI. For example; ""I move my knight to C5"" You can be as creative as you wish.

Make the UI appealing.