Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

executable file
·
17 lines (11 loc) · 425 Bytes

React chess

React chess is a simple representation of chess game written with React.js.

Features

  • all figures can move and beat acording to game rules
  • drag and drop figures using HTML5 drag and drop
  • highlight all possible positions on hover on figure
  • save game data, load and delete saved data
  • change cell color palette (also can be saved)

TODO:

  • checkmate functionality

Tests are included