mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
blarg
blarg
This commit is contained in:
parent
21c5092ace
commit
766af975f3
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
|||
###
|
||||
This file will simulate games on node.js by emulating the browser environment.
|
||||
|
||||
Note that this file has not been updated in a long time and will not produce working results. Do NOT use to simulate ladder games.
|
||||
|
||||
http://discourse.codecombat.com/t/headless-client-seems-not-emulate-html/2614
|
||||
http://discourse.codecombat.com/t/running-multiplayer-codecombat-arena-locally/795/5
|
||||
|
||||
Usage:
|
||||
1. Create a `login.coffee` that contains:
|
||||
`module.exports = username: 'your_local_dev_user_email@gmail', password: 'your_local_dev_user_password'`
|
||||
2. `coffee headless_client.coffee`
|
||||
###
|
||||
simulateOneGame = false
|
||||
if process.argv[2] is 'one-game'
|
||||
|
|
Loading…
Add table
Reference in a new issue