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! ✨
.

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?
