mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Update headless_client.coffee
This commit is contained in:
parent
aa5d3de06d
commit
bc1b5cae50
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ In order to use, followed these steps:
|
|||
module.exports = username: 'email@example.com', password: 'password'
|
||||
3. Run `coffee ./headless_client.coffee`
|
||||
Alternatively, if you wish only to simulate a single game run `coffee ./headless_client.coffee one-game`
|
||||
Or, if you want to always simulate only one game, change the line below this to "true"
|
||||
###
|
||||
simulateOneGame = false
|
||||
if process.argv[2] is 'one-game'
|
||||
|
|
Loading…
Reference in a new issue