Made a Video Game
Worked on a side project
Designed an algorithm
used TypeScript
+2

Tetris for Slack


I built a Tetris bot for Slack powered by emojis.

Piece shapes are represented by boolean matrices, which are then combined and mapped to a grid of colored block emojis which gets updated every loop. It supports single-player mode, "open" cooperative mode, and two-player competitive mode.

GitHub