My Projects
A collection of projects showcasing my programming skills across different languages and domains
Python
6 projects
C/C++
2 projects
Rust
1 project
Assembly/HDL
1 project
Python Projects
6 projects • Machine learning, game development, web scraping
Blockchain Demo & Crypto Wallet
full-stack, peer-to-peer blockchain wallet system written in Python with a live web interface.
Monopoly Game
Fully functional multiplayer Monopoly game built with Python and Pygame
Projectile Simulation
Simple physics based projectile simulation
Tetris
Full graphical tetris game built in python w/ working agent/AI to play the game
Conways Game of Life
A visualizer for Conway's Game of Life built with Python and Pygame
Covid-19 Prediction Model
A machine learning model to predict Covid-19 cases in a certain county based on historical data
C/C++ Projects
2 projects •
Ant Simulation Program
Simple Graphical C++ App which simulates ant behavior
Graph Adventure Game
Pure C graph based GUI adventure game
Rust Projects
1 project • Systems programming, WebAssembly, performance
Crypto Currency Donation Portal
A simple cryptocurrency donation logger and tracker web app
Assembly/HDL Projects
1 project •
Nand2Tetris: Building a Computer from First Principles
Built a complete 16-bit computer system from NAND gates up through a two-tier software hierarchy, including hardware components, assembler, and VM translator.