/typescript-tetris

A simple tetris game by using Typescript and webpack.

Primary LanguageTypeScriptMIT LicenseMIT

Simple Typescript Tetris Game

It is simple tetris game by using Typescript. Just for tutorial, not for production, not perfect. Ready for mobile and desktop usage.

DEMO

Google Play Store

Prerequisites

You just need node and npm.

Installing

Get dependencies with npm

npm install

Run Project

There are npm scripts in package.json. For development, run

npm run start

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Inpired from meth-meth-methods JS Tetris application

meth-meth-methods JS Tetris.