Skip to content

Commit

Permalink
Updated protocol document and configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiaetman committed Feb 16, 2019
1 parent d475d7a commit 9a38666
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down Expand Up @@ -80,7 +80,7 @@
"Z":1,
"_":2
},
"starting timespans": ["10", "10"],
"starting timespans": ["15:00", "15:00"],
"challenge timespan": "00:05",
"penalty":{
"points": 10,
Expand Down
Binary file modified docs/protocol.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9a38666

Please sign in to comment.