shtange / bushed-bricks

Puzzle Game on JavaScript

Home Page:https://shtange.github.io/bushed-bricks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bushed Bricks

Simple and fun game on JavaScript. Play it here!

alt text

Rules

Combine tiles of same color. Once tile has reached x4 or above, it can be placed on appropriate color line. You'll get game points for that.

You need to hold 400 steps or earn 5,000 points to win.

Controls

Use navigation keys (← ↑↓→) for desktop or swipe for tablet/mobile.

Options

Options can be passed as url query parameters.

Parameter Type Default Valid values Description
size number 7 6, 7, 8, 9, 10 size of the game field, number of rows and columns
combo number 4 2, 3, 4, 5 required level when brick can be placed on the appropriate line color
count number 2 2, 3, 4 number of blocks to be added per step in the game

For example: https://shtange.github.io/bushed-bricks/?size=8&count=4&combo=3

License

Released under the MIT License

About

Puzzle Game on JavaScript

https://shtange.github.io/bushed-bricks/

License:MIT License


Languages

Language:JavaScript 63.5%Language:CSS 30.8%Language:HTML 5.7%