Case Study on Game Trees using Draughts for Data-Structures-and-Algorithms course taught by Dr. Vishnuvarthan R and Dr. Ritwik M.
git clone https://github.com/JestiferHarold/Checkerscd Checkerspython -m venv venvfor linux
source venv/bin/activate for windows
.\venv\Scripts\Activate.bat //for windowspip install pygamepython3 main.py