Repository
Current version released
4 years ago
Catur
Unrealistically Simple Chess Engine.
This library includes:
- All moves in chess
- Move validation
- FEN support
- The board is a single-dimensional array.
- Move history
- Fifty-Move rule (Can be turned off)
- Timer
- Super basic AI
Install:
- DENO
import { ... } from 'https://deno.land/x/catur/mod.ts'- NODE
npm i caturimport { ... } from 'catur'