Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 659 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 659 Bytes

Quadron

Tile matching game with Blocks which go down, complete the Rows and progress to the next level.

How to run the Game?

Step1: Install npm dependencies

$>npm install

Step2.A: build and run localy

$>npm run start

Note: a development server wich will rebuild the code upon change is also configured with this option.

Step2.B: build lean release version

$>npm run build

Note: there are no source maps beeing build with this variation.

How to play?

the cursor buttons will stear the falling quadron left, right and down. space will land the quadron immediately. the up button will rotate the quadron.