/ReactChess

Chess game implemented using react + typescript

Primary LanguageTypeScript

ReactChess

A simple chess game implemented using react+css with typescript.

Live demo

Feature:

  • Basic FEN string parsing
  • Basic pieces movement
  • Pawn promotion (Queen&Knight only for now)
  • AI using alpha-beta pruning
  • En passant
  • Castling
  • Timer
  • Load game using FEN string
  • Check
  • Checkmate

image-20220202230101809

En passant

Instruction to run

yarn start