aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/Server/Server.scala
AgeCommit message (Expand)Author
2024-11-17Moved the project to an IDEA project & wrote part of README.txtJoel Kronqvist
2024-11-17Implemented talkingJoel Kronqvist
2024-11-17Bug fix: Server.Client.nextLine left newlines at starts of linesJoel Kronqvist
2024-11-15Added join messages as observationsJoel Kronqvist
2024-11-15Added observations for Players in model & implemented sending them to other c...Joel Kronqvist
2024-11-14Added immediate turn start for client, required minor protocol tweakJoel Kronqvist
2024-11-09Made & implemented clearer protocol, added client functionalityJoel Kronqvist
2024-11-07Added turns, time limits and turn order randomization (feature/bug?)Joel Kronqvist
2024-11-07Added possibility to join in the middle of the game & fixed bugs and inaccura...Joel Kronqvist
2024-11-07Added comments for documentation and reformatted old onesJoel Kronqvist
2024-11-07Made the server work with the adventure modelJoel Kronqvist
2024-11-05Small refactoringJoel Kronqvist
2024-11-04Added basic TCP networking for the server.Joel Kronqvist