First python project - a curses backgammon game
Mainly aimed at learning python.
Currently supports human v human, human v computer and computer v computer. The computer AI is pretty simple with attempts to favour sequences of doubles, avoid isolated pieces and some other metrics in place.
To run:
python3 main.py
- select H C or T for human computer or testing
- enter a valid move with:
- <source pip> <dest pip>
- EG:
- 12 14