This commit is contained in:
Luca Puderbach
2024-11-20 03:36:54 +01:00
parent 1203077aed
commit 47bac0185f
7 changed files with 17 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
# This file defines the configuration settings for the Battleship server.
#
# The port number on which the server will listen for incoming connections.
port=1234
port=42069
#
# The dimensions of the game map.
# 'map.width' defines the number of columns, and 'map.height' defines the number of rows.