Welcome to Bubble Game - the renowned arcade game! Your task is to eliminate colored balls by sliding and matching at least five of the same color. Five bubbles arranged next to each other will burst, preventing the board from getting flooded. However, be vigilant! As time goes on, more and more balls are added, and when there's no free space left, the game is stopped.
Play the game here
git init
git remote add origin https://github.com/MBrosik/bubbles.git
git pull origin master
npm i
npm run serve