init for monopoly

This commit is contained in:
Johannes Schmelz
2024-11-12 14:53:04 +01:00
parent f47cda7dc4
commit 3784348f91
60 changed files with 3460 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
########################################
## Programming project code
## UniBw M, 2022, 2023, 2024
## www.unibw.de/inf2
## (c) Mark Minas (mark.minas@unibw.de)
########################################
#
# Battleship server configuration file
#
# This file defines the configuration settings for the Battleship server.
#
# The port number on which the server will listen for incoming connections.
port=1234