Skip to content

Tetris multiplayer online mode using Python socket and threading

License

Notifications You must be signed in to change notification settings

dinhlongviolin1/pygame-tetris-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pygame-tetris-online

Tetris multiplayer online mode using Python socket and threading

Requirement to use this app

  • Have python 3.x installed (socket, threading is built into Python)
  • Have pygame installed

How to run this app?

  1. On your computer
  • Get your private IP address (local machine IP address)
  • Go to server.py and client.py and change SERVER to your private IP address
  • Run server.py
  • Run instances of client.py
  1. On server
  • Get your server private and public IP address
  • Go to server.py and change SERVER to your private IP address
  • Go to client.py and change SERVER to your public IP address
  • Run server.py on server
  • Run instances of client.py on your computer

Releases

No releases published

Packages

No packages published

Languages