I like to development games because helps me to study Javascript, is fun and I can play them ready. Tetris was part of my childhood, that's why I coded a responsive Tetris version with pure JS. I really enjoyed make this project, because several Javascript functions are needed and I took the opportunity to review concepts.
This project is part of my personal portfolio, so I would appreciate if you provide me any feedback about the ideia, code, structure or anything you could report to make me a better developer.
Feel free to use the Tetris as you wish, either to study, make improvementes or play! Have fun!
You can check out this project in action clicking here.
Before starting, you need to have installed in your machine the Git and a editor to work with the code (I use VSCode).
To clone this project via HTTPS, run the command:
git clone https://github.com/gustavopolonio/Tetris.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone this project using the command:
git clone [email protected]:gustavopolonio/Tetris.git
Open the cloned project in your editor and install a Live Server to launch a development local server with live reload feature. If you are using VSCode like me, I recommend to install the extension LiveServer. Then start the live server and open the browser in the port number provided:
http://localhost:<port_number>/
This project is under the MIT license. See the license for more informations.
Made with 💚 by Gustavo Polonio 🚀