DEV Community

Cover image for Tetris in Typescript - Speed Coding
Meat Boy
Meat Boy

Posted on • Updated on

Tetris in Typescript - Speed Coding

Hey! Yesterday I have written a Tetris game in Typescript in 5 hours. The entire process I recorded, so you can watch it in a timelaps video :)

Also, below is the source code of the game to analyze or modification.

GitHub (Please star 🌟 repo to make it better visible for others ;p)

GitHub logo pilotpirxie / tetris-ts

🎮 Tetris game like written in Typescript.

tetris-ts

Tetris game like written in pure Typescript, less than 30kB.

You can play here: Play Game

s1

s1




Top comments (2)

Collapse
 
bolt04 profile image
David Pereira

Wow, pretty cool project in 5 hours 👍

Collapse
 
gibbok profile image
GibboK • Edited

Hi Meat Boy, I like your tetris game and the minimalistic design.

I also coded a tetromino game recently using TypeScript, Redux and functional programming.
Please have a look ant tell me what do you think.

github.com/gibbok/blocchi-puzzle

Thanks for your time.

By the way, really cool you coded in just few hours!