Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 324 Bytes

Vindinium Starter for NodeJS

Should work with 0.10 and higher.

Install dependencies

npm install

Run with

node client.js <key> <[training|arena]> <number-of-games-to-play> [server-url]

Examples:

node client.js mySecretKey arena 10
node client.js mySecretKey training 10 http://localhost:9000