Skip to content

flo-l/react-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A complete chess with react

Screenshot.

This is a complete implementation of chess with react and redux.

It supports everything necessary to play against another human on the same computer. Some highlights are:

  • Normal chess moves of every piece.
  • If the king is under attack, only moves that save him are allowed.
  • Castling.
  • En-passant.
  • Promotions.
  • End-of-game detection, including draw.

master is always deployed here.