Skip to content

School Project: Classical Game Bubble Shooter written in C++ and Qt

Notifications You must be signed in to change notification settings

tomlaws/bubble-shooter

Repository files navigation

Bubble Shooter

  • A simple Bubble Shooter written in C++ and Qt
  • Implemented with Linked List

Features

  • 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

Screenshots

About

School Project: Classical Game Bubble Shooter written in C++ and Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published