- A simple Bubble Shooter written in C++ and Qt
- Implemented with Linked List
- Bubbles with 6 different colors (Red, amber, teal, cyan, violet and black) shown on the board
- Collision Detection with the aid of Qt API
- Aimer (Left-Click to shoot, Right-Click to swap with next queued bubble)
- Elimination through Breadth-First Search (BFS) algorithm
- Bubble falling by checking a valid path to the top
