
Projects

Crimson Knight-Java 2D Game
A retro-styled game built with Java featuring pixel art. Explore the code or watch the demo!

Therapy Booking System
A website booking and management system built using HTML, PHP & CSS. Check out the source or video demo.

Distributed Peer-to-Peer Network
A Java-based Implementation DHT for key-value storage and retrieval. Supporting node discovery, three-closest-node identification, and fault-tolerant data access with retries for UDP packet loss.

C++ Consumer Purchase Tracker
C++ program that tracks consumer purchases by reading data from text files and consumers. It validates input, stores purchase details in a Consumer class, and outputs each person's purchases and total spending for names present in both files.

Team Management System
A simple Java-based project for managing society teams and members. The program allows you to create teams, add and manage members, and organize them efficiently.

Rock-Paper-Scissors
A simple Python implementation of the classic Rock, Paper, Scissors game.