Please sign in to access this page
A very simple chess bot that uses minimax to do... not that well but compared to my limited chess skill pretty good. The name "bushbowl" is a pun on my username "treeplate".
NOTE: bot runs on my local machine so is usually not actually running
NOTE2: started before SoM so time not entirely accurate
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
1) While trying to challenge TroutBot (project 2753), I found out that my challenge() function was doing jsonDecode(response)['challenge']['id'], but there was no 'challenge' key, turns out it's just ['id']
2) I now print out all messages sent in a game I'm in, and forward any player room messages to the spectator room.
3) I now give more points to pawns in the center of the board.
4) I now give negative points if my piece is attacked (even if it's defended).