Implementation of backgammon in python 3.6.4
Go to file
Anders Ladefoged 275689c002 Bot reimplemented with new representation.
Fixed bug where black could not bear off.
More tests written.
2018-02-22 14:01:28 +01:00
__init__.py initial commit 2018-02-05 22:31:34 +01:00
board.py Bot reimplemented with new representation. 2018-02-22 14:01:28 +01:00
bot.py Bot reimplemented with new representation. 2018-02-22 14:01:28 +01:00
cup.py initial commit 2018-02-05 22:31:34 +01:00
dice.py initial commit 2018-02-05 22:31:34 +01:00
game.py Bot reimplemented with new representation. 2018-02-22 14:01:28 +01:00
human.py Bot reimplemented with new representation. 2018-02-22 14:01:28 +01:00
network.py Added network 2018-02-07 15:31:05 +01:00
test.py Bot reimplemented with new representation. 2018-02-22 14:01:28 +01:00