Skip to content

nykajak/caissa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).