Python modules to play backgammon (human or computer)
- Python 3 (you may need to change the commands below to
python3 ...if that is how you run python 3 on your machine)
- Human vs Computer: run
python single_player.py, then choose the computer strategy to play against - Human vs Human: run
python two_player.py - Computer vs Computer: run
python main.pyThe two 'players' can have different strategies. This runs many games with a different 'player' starting each time and returns the probability of the strategies being equally good.