- instructions found in the readme at /python-chess/README.md
- in this part we will fix some bugs in the code using debugger
- There are some bugs in the code:
- Something wrong with the knight
- that playing chess against the bot built into the game is sometimes really easy, black seems to be much worse than white.
- It seems that once the king is threatened, the game gets a little confusing.
- in this part we will add tests to the code
- we will use pytest to run the tests(integration tests, unit tests, system tests) to make sure the code is working properly
to ensure that we are in the game directory
cd python-chess
then run the game
python3 -W ignore chess_gui.py