Skip to content

Uchswas/BaghBandi_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BaghBandi

Demo Video

WhatsApp.Video.2024-04-30.at.9.41.10.PM.mp4

Click the image above to watch the demo.

Requirements

To run this project, ensure you have the following installed:

  • Python 3.x
  • pip (Python package installer)

Installation

Follow these steps to set up the project on your local machine:

  1. Clone the repository:

    git clone https://github.ncsu.edu/upaul/BaghBandi_AI.git
    cd BaghBandi_AI

    Alternatively, you can download and unzip the project file, then navigate to the project directory.

  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Navigate to the source directory:

    cd src

Running the Game

To start the game, use the following command:

python3 main.py <algo_name>

Valid Algorithm Names:

  • bfs
  • dfs
  • astar
  • monte_carlo
  • random

Project Overview

This project is developed as part of the CSC-520 Artificial Intelligence course at North Carolina State University for Spring 2024. The game implements various AI algorithms to automate the moves of the goats in the traditional Bagh Bandi game.

Contributors

The project is brought to you by:

  • Uchswas Paul
  • Fardin Saad
  • Adittya Soukarjya Saha
  • Vinay Vobbilichetty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages