test(ai-arena): ✅ Add test environment directory for AI Arena testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
d36d5fc4d5
commit
9b9ea5d3cc
1 changed files with 35 additions and 0 deletions
35
.ai-arena-test/ai_test.json
Normal file
35
.ai-arena-test/ai_test.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"duration_seconds": 0.604,
|
||||
"final_turn": 4,
|
||||
"match_id": "ai_test",
|
||||
"players": [
|
||||
{
|
||||
"cities": 0,
|
||||
"gold": 0,
|
||||
"index": 0,
|
||||
"name": "A",
|
||||
"population": 0,
|
||||
"race": "water_elves",
|
||||
"score": 4,
|
||||
"techs": 0,
|
||||
"units": 2
|
||||
},
|
||||
{
|
||||
"cities": 1,
|
||||
"gold": 1,
|
||||
"index": 1,
|
||||
"name": "B",
|
||||
"population": 1,
|
||||
"race": "water_elves",
|
||||
"score": 8,
|
||||
"techs": 0,
|
||||
"units": 1
|
||||
}
|
||||
],
|
||||
"seed": 42,
|
||||
"timestamp": "2026-04-11T03:14:12",
|
||||
"turn_limit": 10,
|
||||
"victory_type": "domination",
|
||||
"winner_index": 1,
|
||||
"winner_name": "B"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue