KIT CSD Battleship MP documentation¶
The battleship_mp
provides a client/server
for use as part of the KIT course Collaborative Software Design.
You can install the package directly via pip
;
only Python >= 3.8 is required.
~ $ python3 -m pip install kcsd-battleship-mp
Warning
The client and server do not authenticate peers in any way. Avoid sending private information, e.g. as part of the player identifier.