Skip to content

This repository contains a classroom project for the Connect-4 game.

Notifications You must be signed in to change notification settings

KaziMuktadirAhmed/AI-Project-I

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Class project repository

Project is build in java. test folder is a console based 2-player 1v1 Connect-4 game model which will act as the backgorund game logic for the project

Running the test folder

  1. Open the Connect4 folder with any java compiler based IDE (Intellij/NetBeans)
  2. Run the main class under the Main package

Connect4

This module contains the final product with a functional UI. Player will be a human user giving inputs for the game as player 1. The AI will then give response as the opponet as player 2. AI will use MinMax algorithm to determine the best move for the situation. Alpha-Beta pruning method will be used for optimized tree search.

player-vs-ai-test

This module is basically the same logic running in background for evalutaion and determining a winner in the game. Player will be a human user giving inputs for the game as player 1. The AI will then give response as the opponet as player 2. AI will use MinMax algorithm to determine the best move for the situation. Alpha-Beta pruning method will be used for optimized tree search.

Project developers

Kazi Muktadir Ahmed - BSSE1111

Tahmeed Mahbub - BSSE1127

This is a test

About

This repository contains a classroom project for the Connect-4 game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages