> projects
Projects
Things I've built and experimented with.
AI-Agent
An autonomous AI agent built with Python and Google Gemini. Designed to handle multi-step tasks using tool calls and conversational reasoning.
PythonGoogle GeminiAIAgent
Asteroids
A Python recreation of the classic Asteroids arcade game. Built to practice game-loop logic, collision detection, and object-oriented design.
PythonGameOOP