Skip to content

lluiscamino/StackerGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.