Skip to content

A simple tetris game by using Typescript and webpack.

License

Notifications You must be signed in to change notification settings

kdetry/typescript-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.