Welcome to the repository dedicated to learning and implementing artificial intelligence agents, algorithms, and more.
- Description: Implements Depth-First Search (DFS) to replace letters in a terminal based on an array of letters.
- Technologies: Python
- Description: An AI-powered Connect Four game using the Minimax algorithm.
- Technologies: Python, Pygame, Numpy
- Breadth-First Search (BFS)
- Depth-First Search (DFS)
- Flood Fill
- Minimax