Skip to content

CY-chang/Othello_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello AI Implementation

Introduction

This project involves implementing an artificial intelligence (AI) capable of playing the board game Othello. The AI is optimized using a tree search algorithm and alpha-beta pruning.

Compilation

To compile the project, use the provided Makefile and type the following command:

make

Execution

After compiling, you can run the program using the following command format:

./main ./<AI1> ./<AI2>

Note: <AI1> is the path to your AI executable, and <AI2> is the path to the opponent's executable.

To clean the executables, type:

make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published