Here are some of my computer science projects I have worked on:
A Java console program where users select a vehicle from a list, then watch it "drop" down a vending machine display through a 2D array animation.
Technologies: Java | File I/O | Arrays | Console Animation | User Input Handling
A C++ console game inspired by Clue, where players act as detectives solving a murder mystery through guessing and hints after each guess.
Technologies: C++ | STL (vectors, maps) | File I/O | Randomization
A classic Minesweeper reimagined in the terminal! Players pick a difficulty and uncover cells, avoiding hidden mines on a randomly seeded board.
Technologies: C++ | Structs | 2D Arrays | Console UI Design
Visit my GitHub to explore even more projects!