Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 825 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 825 Bytes

Caissa

A sample chess application made with react supporting local play on one device. Still in development. Live Link

Rules and Controls

You know chess? Great! Same rules. Click on starting square and then click on ending square. If move is legal it will be made on the board and turn passes. Castling, en passant and promotion are all implemented, nothing missing here.

Features currently

  • Fully fledged chess game.
  • Highlighting of legal moves for selected piece.
  • Two different modes - casual with takebacks and timed (5 minutes).
  • Responsive layout for all kinds of devices.

Future features

  • Customisation features like notation support, custom start position, more time controls.

Spinoff project (also maybe)

  • Online chess website (between two different devices).