With one piece on 1, I got double 4's. I did a bear with no arguments, and got this error:
File "C:\Users\Craig\Documents\t_games\board_games\backgammon_game.py", line 1207, in
game_over
human_win = self.check_win(self.pieces[self.human])
File "C:\Users\Craig\Documents\t_games\board_games\backgammon_game.py", line 967, in
check_win
if self.board.find(other_piece, home + [BAR]):
TypeError: unsupported operand type(s) for +: 'range' and 'list'
With one piece on 1, I got double 4's. I did a bear with no arguments, and got this error: