aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/Model/Area.scala
AgeCommit message (Collapse)Author
2024-11-17Moved the project to an IDEA project & wrote part of README.txtJoel Kronqvist
2024-11-17Implemented talkingJoel Kronqvist
2024-11-15Added observations for Players in model & implemented sending them to other ↵Joel Kronqvist
clients
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-07Made the server work with the adventure modelJoel Kronqvist
* The model was imported from the wrong version, so that needs to be fixed. * The client side doesn't work at all right now. Use netcat for testing. * There are inconveniences and bugs in the model (eg. it lists the player among entities) * Players can just see each other, not interact in any way But it's a good base.