Byte-snake-engine/cli/commands/testdata/jsonl_game.json
Rob O'Dwyer 639362ef46
DEV 1916: Fix output issues in CLI (#114)
* adding testing of output file and write line for /end

* fix regression in latency rounding for board
2022-10-20 13:16:52 -07:00

26 lines
No EOL
520 B
JSON

{
"id": "GAME_ID",
"ruleset": {
"name": "standard",
"version": "cli",
"settings": {
"foodSpawnChance": 1,
"minimumFood": 2,
"hazardDamagePerTurn": 3,
"hazardMap": "",
"hazardMapAuthor": "",
"royale": {
"shrinkEveryNTurns": 4
},
"squad": {
"allowBodyCollisions": false,
"sharedElimination": false,
"sharedHealth": false,
"sharedLength": false
}
}
},
"map": "standard",
"timeout": 500,
"source": ""
}