You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# checkcheck.io is a simple chess training website for beginner to intermediate level chess players to practice 3 things
1. Finding all check moves in a given position
2. Finding all capture moves in a given position
3. Finding all undefended pieces in a given position
The project heavily relies on two js libraries
chessboard.js and chess.js.
Happy training!!!# checkcheck