Skip to content

dicksontan2618/local-multiplayer-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Tetris Game (Local Machine Multiplayer)

A simple Tetris Game which supports local machine multiplayer mode.

Installation and Running

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

Gameplay and Controls

The detailed controls are stated in the info menu of the game.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowlegement

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.

Releases

No releases published

Packages

 
 
 

Languages