a try to make chess and a bot to play against
chess is well known and i won't explain it here
its going to be made with python and pygame, cause i already have programmed the gaphics part 4 years ago.
the bot on the other hand:
- minimax algorithm
- (hopefully) AI evaluation of board states
- im already overscoping
project is using the minimum viable product workflow (aka get it to work somehow and then make it work properly)
The Project is now also using OOP instead of FOP because its just the right thing to do, even if Python technically doesn't need that.