Refresh web UI and make ML imports optional
All checks were successful
ci / tests (push) Successful in 21s
All checks were successful
ci / tests (push) Successful in 21s
This commit is contained in:
1832
docs/catan_base_rules_2020_200707.md
Normal file
1832
docs/catan_base_rules_2020_200707.md
Normal file
File diff suppressed because it is too large
Load Diff
BIN
docs/catan_base_rules_2020_200707.pdf
Normal file
BIN
docs/catan_base_rules_2020_200707.pdf
Normal file
Binary file not shown.
@@ -10,11 +10,12 @@ JSON-формат реплея (v1) хранит сид партии и спис
|
||||
"id": "d7b4b593-0f2a-4c3f-9d90-6f6a8a3ddf2e",
|
||||
"created_at": "2024-03-01T12:00:00Z",
|
||||
"seed": 123456,
|
||||
"players": ["Alice", "Bob"],
|
||||
"players": ["Alice", "Bob", "Cara"],
|
||||
"winner": "Alice",
|
||||
"slots": [
|
||||
{"slot_id": 1, "name": "Alice", "user_id": 1, "is_ai": false, "ready": true, "color": "red"},
|
||||
{"slot_id": 2, "name": "Bob", "user_id": null, "is_ai": true, "ai_kind": "random", "ready": true, "color": "blue"}
|
||||
{"slot_id": 2, "name": "Bob", "user_id": null, "is_ai": true, "ai_kind": "random", "ready": true, "color": "blue"},
|
||||
{"slot_id": 3, "name": "Cara", "user_id": null, "is_ai": true, "ai_kind": "model", "ready": true, "color": "orange"}
|
||||
],
|
||||
"actions": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user