A simple chess game.
- Tauri framework is used.
- For back-end and logic Chess library is used.
- For UI chessboard.js library is used.
- Complete implementing basic chess functionality.
- Add a simple mini-max AI.
- Add resign, draw and reset functionality. (make draw-offer available to AI)
- Make the game history visible and traversable.
- Put build guide + release stuff + github action?