Skip to content

shtange/bushed-bricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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