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 .venv
Linux
source .venv/bin/activate
Windows
.venv\Scripts\activate
pip install -r requirements.txt
python -m laser_tag
python -m laser_tag.network.Server [port] [debug]
docker compose up --build
Linux
./build.sh
Windows
build