Skip to content

Releases: yahiaetman/Scrabble-Server

Preparation for Spring 2019

16 Feb 14:27
Compare
Choose a tag to compare
  • 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

16 Dec 21:37
Compare
Choose a tag to compare

The server can now be configured to not penalize remaining tiles.

Bug Fix

07 Dec 16:08
Compare
Choose a tag to compare

Bug Fix for #1

Initial Release

12 Nov 16:21
Compare
Choose a tag to compare

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.