Comparing version
{ | ||
"name": "arpad", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An implementation of the ELO Rating System", | ||
@@ -25,8 +25,8 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/PhobosRising/node-arpad.git" | ||
"url": "https://github.com/tlhunter/node-arpad.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/PhobosRising/node-arpad/issues" | ||
"url": "https://github.com/tlhunter/node-arpad/issues" | ||
}, | ||
"homepage": "https://github.com/PhobosRising/node-arpad", | ||
"homepage": "https://github.com/tlhunter/node-arpad", | ||
"devDependencies": { | ||
@@ -33,0 +33,0 @@ "jshint": "^2.9.4", |
@@ -46,4 +46,7 @@ # Arpad: ELO Rating System for Node.js | ||
var elo = new Elo(uscf, 100); | ||
var min_score = 100; | ||
var max_score = 10000; | ||
var elo = new Elo(uscf, min_score, max_score); | ||
var alice = 2090; | ||
@@ -50,0 +53,0 @@ var bob = 2700; |
16456
0.3%78
4%