A game based on Dots but with a hexagonal twist. Built using Phaser 3, and bundled using Parcel.
- Click and drag from a dot start a line.
- Chain adjacent dots of similar color to clear them from the board.
- Creating a loop of dots will clear all dots of that color.
- How high of a score can you get within the time limit?
- Clone the repository.
- Run
npm install
to install any dependencies. - Run
npm run start
to bundle and locally host the game. - Navigate to localhost:1234 to play!
npm
commands requre Node.js to be installed.