/web_ui/ # Web UI
/game.py # The core of the game
Added
- Completed the basic function of web user interface (
/web_ui
). - README.md
Changed
- Rewrite the core
game.py
, completed all functions.
Added
- Add log download button for web ui.
Changed
- Change quote.
- Add comment and description to
script.js
. - Updated panel layout for better organization.
Bugfix
- Fixed same type of piece can change.
Added
- Add function of replay.
Changed
- Change the chess game dependencies name in web_ui.