Releases: yahiaetman/Scrabble-Server
Releases · yahiaetman/Scrabble-Server
Preparation for Spring 2019
- Configuration is modified to match Spring 2019 Project Document:
- Player time is set to 15 minutes.
- Remaining tiles penalty is set to true.
Configurable Tile Penalty
The server can now be configured to not penalize remaining tiles.
Bug Fix
Initial Release
Features:
- Support for the protocol as defined in the communication document.
- Basic UI to display game while clients are playing.
- Logging features for storing game history and error tracing.
- Checkpoint system to recover from network failures.
- Example Client packaged as an executable.