summaryrefslogtreecommitdiff
path: root/capturego_server.js
diff options
context:
space:
mode:
Diffstat (limited to 'capturego_server.js')
-rwxr-xr-xcapturego_server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/capturego_server.js b/capturego_server.js
index b5d938e..b2b9585 100755
--- a/capturego_server.js
+++ b/capturego_server.js
@@ -2,7 +2,7 @@
const naampje=require("naampje");
-const PORT=8080;
+const PORT=15937; // parseInt("cap",36)
// Game: {id: Int, size: Int, board: Board, onturn: Int, players: [Player]}
// 'onturn' is index into 'players', or -1 if game is finished