a16n-dev / chess

Home Page:https://chess-jet-mu.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess

This is a simple chess UI (and even simpler chess engine) implemented in Typescript

See it in action here

Design

All of the game logic is implemented using a functional programming approach, rather than an object-oriented approach.

Things that still need to be implemented for the game itself

  • En passant moves
  • Draws by repetition
  • Draws by insufficient material
  • Draws by the 50-move rule

About

https://chess-jet-mu.vercel.app


Languages

Language:TypeScript 98.8%Language:JavaScript 0.6%Language:HTML 0.5%