Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 354 Bytes

python-backgammon

A game of Backgammon programmed in python with AI.

Requirements: python >=3.11.8 cython >= 3.0.9

Python Libraries: tensorflow >= 2.15.1 numpy >= 1.26.4 pillow >= 10.2.0

Build by running python3 setup.py build_ext --inplace before running.

Run python3 interface.py to play against the AI or watch the AI play against itself.