typescript-tetris Basic implementation of Tetris in TypeScript. Try it here. Read about it here. To compile the Typescript into JavaScript: npm install -g typescript tsc app.ts --sourceMap