/DfVP

client-server multiplayer 2d tower defense

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Dual clone

Multiplayer clone of Dual

pip3 install -r requirements.txt

One person should enable the server

python3 start.py

Everyone shall connect to the game

python3 main.py

Use common server configuration described in editable constants.py, all players should connect to server.

WASD + L to shoot

picture

You can try to build executables with build_*.py, but I don't guarantee it will work