Skip to main content
Deno 2 is finally here 🎉️
Learn more

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 catur
import { ... } from 'catur'