A simple Tetris Game which supports local machine multiplayer mode.
Download/Copy the codes and run game.py
in your local machine command line.
$ python game.py
Reminder: pygame
is needed to be installed before running the program. You can download it through pip
.
pip install pygame
The detailed controls are stated in the info menu of the game.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Huge appreciation to Tech With Tim's tutorial videos which gave me the core concepts and ideas to make this project. This project is sort of a additonal implementation to the original code with extra features and explanations.