A multiplayer websocket backend for real-time communication in Tetri5
Tetri5 – Multiplayer Websocket Backend This repository is the backend of the multiplayer portion of the Tetri5 game client. It uses the python websockets library to allow game clients to connect and communicate in real time. Run Locally Use pip package manager to install the required dependencies: pip install -r requirements.txt From your terminal move to the root of the project and run the following line: python main.py In some systems you may need to run this instead: python3 main.py […]
Read more