Tetris is a puzzle video game created by Soviet software engineer Alexey Pajitnov in 1984. This version of Tetris is developed to run on NodeJS using a CLI and distributed on NPM.
npm install terminal-tetris
## Gameplay
https://user-images.githubusercontent.com/46242846/190385907-1ed79aed-9bb6-4861-8616-199a47ad32fe.mp4
- Node.js 14+ and npm
To install run the following command in your cli:
``shell`
npm i -g terminal-tetris
To play run the following command on your cli:
`shell``
terminal-tetris
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.
Licensed under the MIT License, Copyright © 2022
See LICENSE for more information.