// My Work

Projects

A collection of everything I've built — games, AI experiments, mobile apps, and web projects from Grade 11 & 12.

Grade 11

First-Year Projects

Pong Game

Pong Game

A classic Pong game rebuilt in HTML5, CSS, and JavaScript so it runs directly in the browser. Showcases DOM manipulation, canvas rendering, and game loop logic.

HTML5 CSS JavaScript Canvas API
AI Snake
AI / ML

AI Snake

An AI agent that teaches itself to play Snake using machine learning and reinforcement learning techniques. Watch it improve over time — implemented entirely in Python.

Python Machine Learning Reinforcement Learning
Flappy Bird

Flappy Bird

A faithful recreation of Flappy Bird using Python and Pygame. Features sprite animations, collision detection, and a scoring system. Download and run locally.

Python Pygame
AI Careers Presentation
Hover to preview

Careers Affected by AI

A research-backed PowerPoint presentation exploring how Artificial Intelligence is transforming various career paths — from automation to augmentation.

Research PowerPoint AI / ML
Bowling Game

Bowling Game (Unity)

A fully functional 3D Bowling game built in Unity. Features realistic physics, pin collisions, and a complete scoring system. Download and play on Windows.

Unity C# 3D Physics
Unity Game Menu

Unity Game BETA

A custom Unity game available to play directly in the browser via WebAssembly, or download as a standalone build. Built with WASD controls, jump, and restart mechanics.

Unity C# WebAssembly
Grade 12

Advanced Projects

Fashionista iOS App

Fashionista

Mac Required

An innovative iOS app integrating CoreML for real-time garment recognition with a locally hosted Gemma 2-2B LLM to provide personalized style coaching — all on-device for full privacy. Built with the MediaPipe Tasks GenAI framework.

Swift iOS CoreML Gemma 2 LLM MediaPipe On-Device AI

Python Platformer

Mario

A Mario-inspired platformer game built with Python. Recreating the classic experience with custom levels, smooth movement mechanics, enemies, and collision detection — pure Python game dev.

Python Pygame Game Design