Hi, I'm an Undergrad Dev.

Welcome to my corner of the internet. I build things with code.

About Me

I am currently studying Computer Science, focusing on software development and interactive media. When I'm not studying for midterms, I'm usually prototyping new ideas.

[ Insert Profile or Setup Image Here ]

My Skills

Here are a few things I've been working with recently:

> Python, JavaScript, C++, and Game Design.

React Widget

Project: Neon Abyss

My upcoming indie game launch. Coming soon to PC.

Gameplay Features

Experience fast-paced, pixel-perfect combat in a cyberpunk setting. I've been designing the core loop for the past three months.

[ Insert Game Screenshot Here ]

Devlog Snippet

A quick look under the hood at my player movement controller:

// Working on the dash mechanic function applyDash(player) { player.velocity.x += dashForce; playAnimation('dash'); }