Stacker Web Game implemented in TypeScript.
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
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
Licensed under the MIT License.