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

@@ -7,12 +7,11 @@
package pp.battleship;
import pp.util.config.Config;
import static java.lang.Math.max;
import java.util.Map;
import java.util.TreeMap;
import static java.lang.Math.max;
import pp.util.config.Config;
/**
* Provides access to the configuration settings for the Battleship game.
@@ -31,7 +30,7 @@ public class BattleshipConfig extends Config {
* The default port number for the Battleship server.
*/
@Property("port")
private int port = 1234;
private int port = 12234;
/**
* The width of the game map in terms of grid units.