My Portfolio

A Show case of my projects and abilities

Project1
Tic-Tac-Toe Game

A classic tic-tac-toe game in which we play agianst a computer which uses minimax algorithm to make it imposible to defeat. It has three modes Easy, Normal and Hard

Project2
Sudoku Solver

Ever got stuck in solving a suduko? this project solves a suduko puzzle using a backtracking algorithm quickly and effectively.