Shashwat Dudeja

My Projects

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

A photo of the Tetris game
Here's how the game looks

Demo Video

Chess AI

A chess AI that plays using a minimax algorithm with alpha-beta pruning

Demo Video

Code