This project is developed as part of the Python laboratory sessions at our university. It is a classic backgammon game implemented using the Tkinter library for the entire user interface. The project focuses on capturing and implementing all traditional rules of backgammon, which presented a significant challenge in terms of logic and accuracy.
- User Interface: Built entirely with Tkinter, providing an intuitive and interactive experience.
- Game Logic: Comprehensive implementation of traditional backgammon rules.
- Gameplay: Supports two-player gameplay, allowing matches between two users or between a user and an AI opponent.
- Clone the repository.
- Ensure you have Python 3.x installed on your machine.
- Run the game using the following command:
python main.py