Display a chessboard with chess.js
<html> | |
<head> | |
<link rel="stylesheet" href="css/chessboard-0.3.0.css" /> | |
<script src="js/jquery-1.10.2.min.js"> </script> | |
<script src="js/chessboard-0.3.0.js"> </script> | |
</head> | |
<body> | |
<div id="board1" style="width: 400px"></div> | |
<script> | |
var board1 = new ChessBoard('board1', 'start'); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment