My Projects
Project Title
Short description of the project.
Demo Video
Additional Information
Here you can provide more details about the project, its features, and any other relevant information.
Connect4 AI
A minimax algorithm that plays Connect4
Demo Video
The full game can be found on my github. However here's the code for the minimax algorithm(the AI):
Code
Click to view the code
Tetris
A Tetris game built in python using pygame
Photo of the game
Demo Video
Chess AI
A chess AI that plays using a minimax algorithm with alpha-beta pruning