Skip to content

Vidhixa/Artificial-Intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artificial-Intelligence

This repository has all the AI game agents made for artificial intelligence B551. Written in Python

8-puzzle -> Solves 8puzzle game with different appraoch like BFS, DFS, Depth limited search, best first search and A* using Manhattan distance and Misplaced blocks as heuristics.

Othello -> Minimax algorithm with alpha-beta pruning is used along with an evaluation function to decide best move for my player. Evaluation function using positional strategy and mobility as key to weigh goodness of a move.

Tic-Tac-Toe -> An agent that is designed to play rule-wise in the game of tic-tac-toe.

About

AI agents for othello, tic-tac-toe and 8puzzle game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages