Skip to content

qqsantaclaus/BackGammon

 
 

Repository files navigation

BackGammon

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

About

First python project - a curses backgammon game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%