You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a Candy Crush-style game, implementing classic match-3 mechanics where players swap candies to match three or more of the same type to score points and clear the board. The game features various levels, objectives, and special candy effects to enhance the gameplay experience.
LinkedList c++ ; Linked Array c++; Pointer List C++; Pointer Array c++; List based on pointers and operations such as: void insert(Element* p, int x), void del(Element* p);