Stacker Web Game implemented in TypeScript.
Firstly, install TypeScript (via npm):
npm install -g typescriptThen, clone a copy of the repository:
git clone https://github.com/lluiscamino/StackerGame.gitChange to the StackerGame folder:
cd StackerGameAnd finally, compile the code:
tsc -wTo 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
Licensed under the MIT License.
