Ok, I’m back!!!
I know its been a long time since I last released a devlog but I have Made loads of progress!
Most of this time has been spent on the bishop movement (aprrox- 5 days)
It was so hard to get working and was driving me insane.
Eventually I made most of the basic moves for each piece, so they can all do their standard ones.
Although I haven’t yet implemented checks and special moves like en-passant or castling.
but we’ll get to those later
As you can see we are no longer just using plain-old ascii art I have upgraded the visuals and am now using html to render the chess board and python to play the actual game.
You might have noticed that the color scheme and the pieces look exactly like the ones on chess.com.
well I got the images of the pieces off the chess fandom:
https://chess.fandom.com/wiki/Knight
For the grid colors I just looked up standard chess board colors and that’s what came up.
After I get the other stuff sorted, I should be able to actually get started on the actual bot.
Anyway goodbye (for now)
Log in to leave a comment