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.

Project 1

Sorting-Visualiser

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

Project 2

SnakeNopolis

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

Project 3

Cluster Analysis Tool

The Clustering Analysis Tool uses C++ for Pearsonโ€™s correlation and cluster recovery via permutation. ๐Ÿ“Š๐Ÿ”„

Project 4

GOMUKU AI

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

Project 5

Jump slide

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

Project 6

Hang Man

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