All Projects

A collection of my best noteworthy projects

Platformerz
Congressional App Winner

A multiplayer online platformer game featuring real-time socket communication for seamless gameplay. Developed a scalable server architecture to handle concurrent player interactions and implemented a dynamic map editor allowing users to design, upload, and share custom maps.

NodeJs HTML JS CSS
Skyblock Tweaks

A 3rd party game mod that improves gameplay for users. Enhances player experiences with features using various algorithms such as triangulation and prediction. The mod connects to a custom Linux server via WebSocket, providing real-time data tracking, user authorization, and comprehensive logging. This project has gained over 10,000 downloads!

Kotlin Java Gradle
Sensor Integration Screenshot
Android Arduino Car

Transformed an Elegoo Car Kit by integrating an HC-05 Bluetooth module and multiple Arduino boards to create a versatile robot. Designed an Android app that connects to the Bluetooth module, allowing Xbox controller integration for precise remote control. Incorporated 3D-printed components and replaced a damaged ultrasonic sensor to enhance functionality. Developed advanced capabilities for room exploration, including environment mapping using angle and distance calculations to create a 2D spatial representation.

C++ Sketch
Two Player Chess

A 2D top-down chess game utilizing object-oriented programming. Implemented polymorphism with a base Piece class and derived classes for each piece type, enabling flexible and maintainable movement and attack logic. Different peices have their own behaviors and rules. Integrated algorithms for accurate check and checkmate detection, and designed a local turn-based system for two players on a single computer.

C++