mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Update headless_client.coffee
This commit is contained in:
parent
a114112964
commit
8389a64644
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ In order to use, followed these steps:
|
|||
2. Create a `login.coffee` file in coco which contains:
|
||||
module.exports = username: 'email', 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`
|
||||
###
|
||||
simulateOneGame = false
|
||||
if process.argv[2] is 'one-game'
|
||||
|
|
Loading…
Reference in a new issue