Class GameServer
- java.lang.Object
-
- marc.nguyen.minesweeper.server.api.GameServer
-
public class GameServer extends java.lang.Object
Implementation of the Server.
-
-
Constructor Summary
Constructors Constructor Description GameServer(Minefield minefield, int maxPlayers, long timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start(int port)
Start the server at the desired port.
-
-
-
Constructor Detail
-
GameServer
public GameServer(Minefield minefield, int maxPlayers, long timeout)
-
-