Things I've Built

A selection of projects spanning systems programming, AI, and full-stack development.

Ants vs. SomeBees
Python

Ants vs. SomeBees

2024

Tower defense game using object-oriented design to model ants, bees, and the queen with a modular, extensible architecture.

PythonOOPGame Design
Tile Engine
Java

Tile-Based Game Engine

2024

Procedurally generated tile world with seed-based randomization and interactive gameplay elements built in Java.

JavaProcedural GenGame Engine
2048 Game
Java

2048 Puzzle Game

2024

Fully playable 2048 with smooth tile movement, merging logic, and clean modular code structure.

JavaGame Logic
Snake Game
C

Snake Game

2024

Terminal-based Snake in C using dynamic memory allocation and pointer logic for movement and collision detection.

CMemory ManagementSystems