top of page

My Projects

Board Game

 LANGUAGE USED: JAVA

This is a simple game where you can create and move pieces on a board! 

  • Create Pieces: Choose a piece type (fast, slow, flexible) and place it on the board.

  • Move Pieces: Move your pieces in any direction, for as many steps as you want.

  • Print the Board: See where everything is located with a quick board view

Just type your commands and watch the game update in real time. Have fun! ✨

.

Screenshot 2025-01-17 at 1.41.31 PM.png

Decoder: HuffMan Coding

LANGUAGE USED: JAVA

I tried implementing Huffman coding after studying it in my Data Structures class. So, here’s what it does: You provide a file with character probabilities (one is already uploaded for your use), and the program builds a Huffman tree to help you encode and decode text. It’s a cool way to see how data compression works in action. Want to give it a try?

Screenshot 2025-01-17 at 2.08_edited.jpg

Interactive Particle System

LANGUAGE USED: HTML, JAVASCRIPT

A fun, interactive particle system made with HTML and JavaScript. Just move your mouse around, and watch particles pop up and float around! It’s super relaxing to play with.

Please checkout my Git for more projects:

bottom of page