This website requires JavaScript.
Explore
Help
Register
Sign In
seb
/
NightTrainToBudapest
Archived
Watch
1
Star
0
Fork
0
You've already forked NightTrainToBudapest
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-01-04
. You can view files and clone it, but cannot push or open issues or pull requests.
NightTrainToBudapest
/
src
/
main
/
java
/
ch
/
unibas
/
dmi
/
dbis
/
cs108
/
sebaschi
History
Sebastian Lenzlinger
f57889431d
minor change to addPlayer() method
2022-04-08 15:45:35 +02:00
..
CentralServerData.java
Correcions in CentralServerData: wherever a Client object wasa expected has been changed to expect a ClientHandler object. This is because the server sees clients via ClientHandlers but has no access to Client objects.
2022-04-08 12:08:38 +02:00
GameSessionData.java
Formatted according to google-style and added a ServerLobby class meant to represent the context of the game when not in a lobby or in a running game.
2022-04-04 13:46:02 +02:00
Lobby.java
minor change to addPlayer() method
2022-04-08 15:45:35 +02:00
LoginClient.java
Added link referenc in documentation from JServerProtocolParserto Clienthandler. Added LoginClient class for possible implementation of a login sequence.
2022-04-08 14:37:30 +02:00
ServerLobby.java
Changed the list in ServerLobby to static, since they are global per running server.
2022-04-08 12:47:19 +02:00
Session.java
Added Lobby and Session classes.
2022-04-04 11:35:19 +02:00