This ancient Egyptian game of Senet, coded in Python using tkinter as the GUI, was my final project for Stanford University class CS106A.
Senet (meaning passing) was the ancestor of backgammon and held a lot of significance to pharaohs as the boards were often found it in their tombs. This game combines strategy, luck, and racing to get all pawns off the board.
You can watch the 2 minute video explaining the rules of the game by clicking on this image:

or on this link:
https://compedu.stanford.edu/codeinplace/public/projects/1286.html
To Launch the game:
python3 senet_2player.py
You might need to install tkinter and/or TkImage:
sudo apt install python3-tk
sudo apt-get install python3-pil.imagetk