Implementation of backgammon in python 3.6.4
Go to file
2018-03-08 17:13:25 +01:00
__init__.py initial commit 2018-02-05 22:31:34 +01:00
.gitignore things are better now 2018-03-06 11:06:38 +01:00
board.py fix pretty print 2018-03-06 13:01:56 +01:00
bot.py woooow 2018-03-08 16:27:16 +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 woooow 2018-03-08 16:27:16 +01:00
human.py Bot reimplemented with new representation. 2018-02-22 14:01:28 +01:00
main.py plot-plot 2018-03-08 17:13:25 +01:00
network_test.py Potentially functioning network 2018-03-04 17:35:36 +01:00
network.py plot-plot 2018-03-08 17:13:25 +01:00
plot.py plot-plot 2018-03-08 17:13:25 +01:00
requirements.txt add requirements.txt 2018-03-06 12:04:40 +01:00
restore_bot.py Might be able to learn now (?) 2018-03-06 16:23:08 +01:00
test.py more tests 2018-03-06 12:29:03 +01:00