

Fullstack web application for Honkai: Star Rail. Displays player profiles, ranks player builds, and indexes game data for easy access.

Tetr.AI is a Tetris AI using a Genetic Learning Algorithm Model that learns how to play competitive Tetris using vanilla C++ to design the AI Model and the evaluation function and the SDL2 C library for the UI. This model uses a heuristic approach to judge the most optimal destination of a tetris piece given a list of the bot’s future tetris pieces and a specific board state, and is able to process up to four unique upcoming pieces at once

A portfolio website showcasing various UI/UX design projects completed during a comprehensive UI/UX design course.

A website that visualizes various data structures and algorithms.