Over the years, I have been involved in many projects

Here are a few of my favorites

Legends-End

Legends-End

A small action-adventure game coded from scratch in Python, inspired by classic 2D Zelda boss encounters. Short and fun challenge project that taught me a lot about game loops and timing.

The Kings Dilemma

The Kings Dilemma

A branching adventure game built entirely in Python. This was my first major narrative-focused Python project, all hand-written, choice-driven, and designed to feel like an old-school terminal RPG.

HTML Character Creator

HTML Character Creator

A simple little character-maker I built years ago while learning HTML & CSS. Pick. Not a huge project, but it represents where I started, and I keep it in my portfolio as a reminder of how far I’ve come.

Personal Website (This Website!)

Personal Website (This Website!)

A fully custom portfolio website built using Next.js, React, Motion, and modern UI design principles. Smooth animations, glowing UI elements, dynamic sections, a custom blog system, and polished page transitions. This project serves as both my portfolio and a live sandbox where I practice responsive design, UX layout, and clean frontend coding.

Personal Choice Adventure Game (WIP)

Personal Choice Adventure Game (WIP)

A new story-driven adventure game where you control the narrative through branching paths and dynamic world-states. Unlike my earlier text-based project, this one focuses on replayability, deeper characters, and more complex choice logic. It’s still being built, but it already features adaptive dialogue, inventory management, and multi-chapter progression. A passion project I’m developing as both a writer and programmer.

NeuralCanvas - AI-Powered Pixel Art Generator (WIP)

NeuralCanvas - AI-Powered Pixel Art Generator (WIP)

My newest project: a Python-based pixel art generator that creates simple 16-bit-style character sprites from text prompts. It’s early in development. It combines Python image processing, procedural generation, and (eventually) lightweight ML to create unique pixel art from scratch. The project pushes me into image algorithms and more advanced Python structure.