04.

Selected Works

Completed

Elite Portfolio

The site you are on right now — a fully custom multi-page portfolio built from scratch with modern design and smooth animations.

Responsive design Custom animations Multi-page architecture
HTML5 CSS3 JavaScript
In Progress

Miscellaneous Bot

A Python Discord bot with concurrent cog loading, slash commands, and modular features built for speed and scale.

Async architecture Slash commands Modular cog system
Python Discord API Asyncio JSON
In Progress

Pac-Man

A Python recreation of the classic arcade game with smooth animations, ghost AI, and responsive keyboard controls.

Game loop logic Collision detection Ghost AI
Python Pygame
Completed

New Year Countdown

A Python app that displays a live timezone-aware countdown to midnight, with a fireworks animation when the new year arrives.

Live demo may require you to sign in!

Timezone handling Live clock display Particle animation
Python datetime Tkinter
In Progress

Math Competition Solver

An algorithmic solver for competition-style problems with step-by-step visual breakdowns and multiple optimization strategies.

Step-by-step output Multiple strategies Competition format
Python Algorithms