Projects
ECE Surfers
Created a lane-based obstacle avoidance game inspired by the Chrome Dinosaur Game using the MSP432P401R microcontroller, incorporating joystick movement, collision detection, and a non-blocking game loop. I used embedded C to program its entirety.
Multiplayer Rock-Paper-Scissors
Developed a multiplayer Rock-Paper-Scissors game using the MSP432P401R microcontroller, integrating UART communication, game logic, and peripheral inputs such as buttons and LEDs. I used embedded C to program its entirety.
Drone Simulator
Created a C++ Drone Simulator with SFML graphics, token parsing, and virtual drone control for flight
Plans.
LED Display
Designed and Simulated a multiple-output combinational logic circuit using Verilog on Quartus, resulting in an operational LED display.
TicTacToe
Developed a C++ implementation of a TicTacToe game with an Interactive user interface