Multiplayer laser tag game in Python with raycasting.
Host and join LAN parties.
Team up or compete with your friends in different game modes.
Shoot players to score points.
Note
This is a beta version of the game. Some features may not be fully functional.
python -m venv .venvLinux
source .venv/bin/activateWindows
.venv\Scripts\activatepip install -r requirements.txtpython -m laser_tagpython -m laser_tag.network.Server [port] [debug]docker compose up --buildLinux
./build.shWindows
build