diff --git a/README.md b/README.md index 8599e1c..f9cc56b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Scrabble-Server -> Scrabble Server is a 2-Player Websockets Scrabble Judging Server. This project is made for the Fall 2018 Machine Intelligence Course (CMPN402/CMP402A) in Computer Engineering Program at Cairo University Faculty of Engineering. +> Scrabble Server is a 2-Player Websockets Scrabble Judging Server. This project is made for the Spring 2019 Machine Intelligence Course (CMPN402) (Previously for CMPN402/CMP402A Fall 2018) in Computer Engineering Program at Cairo University Faculty of Engineering. [![GitHub issues](https://img.shields.io/github/issues/yahiaetman/Scrabble-Server.svg)](https://github.com/yahiaetman/Scrabble-Server/issues) diff --git a/config.json b/config.json index 3bc3ee0..6ace1e7 100644 --- a/config.json +++ b/config.json @@ -4,7 +4,7 @@ "ping interval": "00:01", "rack size": 7, "bingo": 50, - "penalize remaining tiles": false, + "penalize remaining tiles": true, "design":[ [4,0,0,1,0,0,0,4,0,0,0,1,0,0,4], [0,3,0,0,0,2,0,0,0,2,0,0,0,3,0], @@ -80,7 +80,7 @@ "Z":1, "_":2 }, - "starting timespans": ["10", "10"], + "starting timespans": ["15:00", "15:00"], "challenge timespan": "00:05", "penalty":{ "points": 10, diff --git a/docs/protocol.pdf b/docs/protocol.pdf index 5f0a7d0..35eaba9 100644 Binary files a/docs/protocol.pdf and b/docs/protocol.pdf differ diff --git a/package.json b/package.json index 43d9463..b14dff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scrabble-server", - "version": "0.0.3", + "version": "0.0.4", "description": "A 2-Player TCP Scrabble Judge", "main": "main.js", "scripts": {