My Projects
This section highlights the projects I've worked on. Each project includes a description and an image, and by clicking the project's box, you'll be directed to the corresponding GitHub repository where you can access the code and files for the project.

Sorting-Visualiser
Sorting Visualizer ๐ง in C++ with SFML to compare sorting algorithms. ๐ข Adjust size, speed, and explore time โณ and space ๐ฆ complexities.

SnakeNopolis
Snakenopolis ๐๐ is a retro 2D snake game in C++ with SFML. Eat fruits, avoid walls and your tail, with multiple difficulty levels. ๐ฎ

Cluster Analysis Tool
The Clustering Analysis Tool uses C++ for Pearsonโs correlation and cluster recovery via permutation. ๐๐

GOMUKU AI
An advanced command-line Tic-Tac-Toe game supporting both PvP (Player vs Player) and AI (Player vs AI) modes

Jump slide
A C++ console game where a man runs and jumps over obstacles in a side-scrolling environment

Hang Man
A C++ console game where players guess letters to solve a hidden word, with a limited number of incorrect attempts before losing