Please sign in to access this page

bushbowl

bushbowl

1 devlog
1h 15m
Created by Tree Plate

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

Timeline

Ship 1

0 payouts of shell 0 shells

Tree Plate

27 days ago

Tree Plate Covers 1 devlog and 1h 15m

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).

Update attachment