> **Warning** > This package is in beta and is missing some functionality!
npm install 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.
Run the following command to install the most recent version of chess.js from
NPM:
``sh`
npm install hexchess.js
`js``
import { HexChess } from 'hexchess.js'