Skip to content

CatFish-in-myDish/Draughts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draughts

Case Study on Game Trees using Draughts for Data-Structures-and-Algorithms course taught by Dr. Vishnuvarthan R and Dr. Ritwik M.

Draughts

Installation and running

Clone the repository

git clone https://github.com/JestiferHarold/Checkers

Move into the directory

cd Checkers

Create a virtual python enviroment

python -m venv venv

Activate the virtual enviroment

for linux

source venv/bin/activate 

for windows

.\venv\Scripts\Activate.bat //for windows

Install pygame

pip install pygame

Run main

python3 main.py

Contributors


About

Case Study on draughts for Data-Structures-and-Algorithms course.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages