Crazyhouse Gameboard with Prebuilt Bots. Adding Bots go to the bots.py file and add a function, example_bot(board, turncolor), that returns the move of the bot as a chess.move finally, modifiy the addition_bots list by adding your bot and now you should be able to play with your bot Ya!!