Implementation of backgammon in python 3.6.4
Go to file
2018-03-09 21:02:41 +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 Added player type and possibility of playing against network as player 2018-03-09 14:19:31 +01:00
bot.py woooow 2018-03-08 16:27:16 +01:00
cup.py Added player type and possibility of playing against network as player 2018-03-09 14:19:31 +01:00
dice.py initial commit 2018-02-05 22:31:34 +01:00
game.py Added player type and possibility of playing against network as player 2018-03-09 14:19:31 +01:00
human.py Bot reimplemented with new representation. 2018-02-22 14:01:28 +01:00
main.py small fixes 2018-03-08 17:51:32 +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
player.py typos 2018-03-09 21:02:41 +01:00
plot.py small fixes 2018-03-08 17:51:32 +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