Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 313 Bytes

File metadata and controls

8 lines (5 loc) · 313 Bytes

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!!