Projects

Things I've built — algorithms, games, and everything in between.

// 001

Chess Algorithm

A custom chess engine built from scratch, implementing move generation, board evaluation, and a minimax search algorithm with alpha-beta pruning for efficient decision-making.

Python Algorithms AI Minimax

// 002

Unity Game

A game developed in Unity with custom mechanics, level design, and gameplay systems. Built with a focus on clean architecture and an engaging player experience.

Unity C# Game Dev Design