Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.1 KB

StackerGame

Stacker Web Game implemented in TypeScript.

Get it on Google Play

Installing

Firstly, install TypeScript (via npm):

npm install -g typescript

Then, clone a copy of the repository:

git clone https://github.com/lluiscamino/StackerGame.git

Change to the StackerGame folder:

cd StackerGame

And finally, compile the code:

tsc -w

Demo

To start the game, press Enter or click on the the blocks.

To modify the speed of the game and/or the background color, click on the ⚙ icon at the top of the screen.

Link: Click here to play

You can also play the Android mobile app version: Click here to download

License

Licensed under the MIT License.