Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.15 KB

File metadata and controls

32 lines (21 loc) · 1.15 KB

Bubbles

About

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.

Interface

image

Installation

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

Features

  • Pathfinding (A*)
    Alt Text

  • creating documentation with typedoc

Technologies

typescript webpack