lluiscamino / StackerGame

Stacker Web Game implemented in TypeScript

Home Page:https://lluiscamino.github.io/StackerGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Stacker Web Game implemented in TypeScript

https://lluiscamino.github.io/StackerGame

License:MIT License


Languages

Language:TypeScript 81.3%Language:CSS 9.9%Language:HTML 8.8%