Work
Things I've built — algorithms, games, and everything in between.
// 001
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.
// 002
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.