hexchess.js
v0.3.4
Published
> **Warning** > This package is in beta and is missing some functionality!
Downloads
35
Readme
hexchess.js
Warning This package is in beta and is missing some functionality!
hexchess.js is a TypeScript chess library used for hexagonal chess move generation/validation, piece placement/movement, and check/checkmate/stalemate detection - basically everything but the AI.
Installation
Run the following command to install the most recent version of chess.js from NPM:
npm install hexchess.js
Import into your project
import { HexChess } from 'hexchess.js'