chesslike-board
v0.9.0
Published
Presentation layer for puzzles on a rectangular board.
Readme
Chess-like Board
Quick start
In a browser
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>In a node application
$ npm install [email protected]import { createBoard } from 'chesslike-board';See https://github.io/pb-uk/chesslike-board for example usage.
License
Chesslike Board is copyright pb-uk and distributed under the MIT license.
The default pieces are adapted from the 'C Burnett' chess pieces created by Colin M.L. Burnett and published on Wikipedia. They are used in Chesslike Board under the Creative Commons Attribution-ShareAlike 3.0 Unported license.
Font Awesome pieces are adapted from Font Awesome Free 7.1.0 by @fontawesome copyright 2025 Fonticons, Inc. They are used in Chesslike Board under the Creative Commons Attribution 4.0 International license.
See also
- https://github.com/shaack/cm-chessboard
- https://jhlywa.github.io/chess.js/
- https://chessboardjs.com/
