mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Update headless_client.coffee
This commit is contained in:
parent
bc1b5cae50
commit
87fc5abdf7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ In order to use, followed these steps:
|
||||||
1. Setup dev environment as usual
|
1. Setup dev environment as usual
|
||||||
2. Create a `login.coffee` file in coco which contains:
|
2. Create a `login.coffee` file in coco which contains:
|
||||||
module.exports = username: 'email@example.com', password: 'password'
|
module.exports = username: 'email@example.com', password: 'password'
|
||||||
3. Run `coffee ./headless_client.coffee`
|
3. Run `./node_modules/coffee-script/bin/coffee ./headless_client.coffee`
|
||||||
Alternatively, if you wish only to simulate a single game run `coffee ./headless_client.coffee one-game`
|
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"
|
Or, if you want to always simulate only one game, change the line below this to "true"
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in a new issue