mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-22 16:49:15 +00:00
Reformating the project to have it's own directory, relying on TS
This makes the project able to use TS, and can be stood up using `npm run dev`
This commit is contained in:
parent
9591ce9eca
commit
39c8320484
1110 changed files with 1090 additions and 314620 deletions
|
|
@ -1,175 +0,0 @@
|
|||
{
|
||||
"map_name": "standard",
|
||||
"game_id": "test-game",
|
||||
"phases": [
|
||||
{
|
||||
"name": "S1901M",
|
||||
"year": 1901,
|
||||
"season": "SPRING",
|
||||
"type": "MOVEMENT",
|
||||
"units": [
|
||||
{"type": "A", "power": "AUSTRIA", "location": "VIE"},
|
||||
{"type": "A", "power": "AUSTRIA", "location": "BUD"},
|
||||
{"type": "F", "power": "AUSTRIA", "location": "TRI"},
|
||||
|
||||
{"type": "F", "power": "ENGLAND", "location": "LON"},
|
||||
{"type": "F", "power": "ENGLAND", "location": "EDI"},
|
||||
{"type": "A", "power": "ENGLAND", "location": "LVP"},
|
||||
|
||||
{"type": "A", "power": "FRANCE", "location": "PAR"},
|
||||
{"type": "A", "power": "FRANCE", "location": "MAR"},
|
||||
{"type": "F", "power": "FRANCE", "location": "BRE"},
|
||||
|
||||
{"type": "A", "power": "GERMANY", "location": "BER"},
|
||||
{"type": "A", "power": "GERMANY", "location": "MUN"},
|
||||
{"type": "F", "power": "GERMANY", "location": "KIE"},
|
||||
|
||||
{"type": "F", "power": "ITALY", "location": "NAP"},
|
||||
{"type": "A", "power": "ITALY", "location": "ROM"},
|
||||
{"type": "A", "power": "ITALY", "location": "VEN"},
|
||||
|
||||
{"type": "F", "power": "RUSSIA", "location": "SEV"},
|
||||
{"type": "F", "power": "RUSSIA", "location": "STP_SC"},
|
||||
{"type": "A", "power": "RUSSIA", "location": "WAR"},
|
||||
{"type": "A", "power": "RUSSIA", "location": "MOS"},
|
||||
|
||||
{"type": "F", "power": "TURKEY", "location": "ANK"},
|
||||
{"type": "A", "power": "TURKEY", "location": "CON"},
|
||||
{"type": "A", "power": "TURKEY", "location": "SMY"}
|
||||
],
|
||||
"orders": [
|
||||
{"text": "A VIE-GAL", "power": "AUSTRIA", "region": "VIE"},
|
||||
{"text": "A BUD-SER", "power": "AUSTRIA", "region": "BUD"},
|
||||
{"text": "F TRI H", "power": "AUSTRIA", "region": "TRI"},
|
||||
|
||||
{"text": "F LON-NTH", "power": "ENGLAND", "region": "LON"},
|
||||
{"text": "F EDI-NWG", "power": "ENGLAND", "region": "EDI"},
|
||||
{"text": "A LVP-YOR", "power": "ENGLAND", "region": "LVP"},
|
||||
|
||||
{"text": "A PAR-BUR", "power": "FRANCE", "region": "PAR"},
|
||||
{"text": "A MAR S A PAR-BUR", "power": "FRANCE", "region": "MAR"},
|
||||
{"text": "F BRE-MAO", "power": "FRANCE", "region": "BRE"},
|
||||
|
||||
{"text": "A BER-KIE", "power": "GERMANY", "region": "BER"},
|
||||
{"text": "A MUN-RUH", "power": "GERMANY", "region": "MUN"},
|
||||
{"text": "F KIE-DEN", "power": "GERMANY", "region": "KIE"},
|
||||
|
||||
{"text": "F NAP-ION", "power": "ITALY", "region": "NAP"},
|
||||
{"text": "A ROM-APU", "power": "ITALY", "region": "ROM"},
|
||||
{"text": "A VEN H", "power": "ITALY", "region": "VEN"},
|
||||
|
||||
{"text": "F SEV-BLA", "power": "RUSSIA", "region": "SEV"},
|
||||
{"text": "F STP_SC-BOT", "power": "RUSSIA", "region": "STP_SC"},
|
||||
{"text": "A WAR-UKR", "power": "RUSSIA", "region": "WAR"},
|
||||
{"text": "A MOS-SEV", "power": "RUSSIA", "region": "MOS"},
|
||||
|
||||
{"text": "F ANK-BLA", "power": "TURKEY", "region": "ANK"},
|
||||
{"text": "A CON-BUL", "power": "TURKEY", "region": "CON"},
|
||||
{"text": "A SMY-CON", "power": "TURKEY", "region": "SMY"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "F1901M",
|
||||
"year": 1901,
|
||||
"season": "FALL",
|
||||
"type": "MOVEMENT",
|
||||
"units": [
|
||||
{"type": "A", "power": "AUSTRIA", "location": "GAL"},
|
||||
{"type": "A", "power": "AUSTRIA", "location": "SER"},
|
||||
{"type": "F", "power": "AUSTRIA", "location": "TRI"},
|
||||
|
||||
{"type": "F", "power": "ENGLAND", "location": "NTH"},
|
||||
{"type": "F", "power": "ENGLAND", "location": "NWG"},
|
||||
{"type": "A", "power": "ENGLAND", "location": "YOR"},
|
||||
|
||||
{"type": "A", "power": "FRANCE", "location": "BUR"},
|
||||
{"type": "A", "power": "FRANCE", "location": "MAR"},
|
||||
{"type": "F", "power": "FRANCE", "location": "MAO"},
|
||||
|
||||
{"type": "A", "power": "GERMANY", "location": "KIE"},
|
||||
{"type": "A", "power": "GERMANY", "location": "RUH"},
|
||||
{"type": "F", "power": "GERMANY", "location": "DEN"},
|
||||
|
||||
{"type": "F", "power": "ITALY", "location": "ION"},
|
||||
{"type": "A", "power": "ITALY", "location": "APU"},
|
||||
{"type": "A", "power": "ITALY", "location": "VEN"},
|
||||
|
||||
{"type": "F", "power": "RUSSIA", "location": "RUM"},
|
||||
{"type": "F", "power": "RUSSIA", "location": "BOT"},
|
||||
{"type": "A", "power": "RUSSIA", "location": "UKR"},
|
||||
{"type": "A", "power": "RUSSIA", "location": "SEV"},
|
||||
|
||||
{"type": "F", "power": "TURKEY", "location": "ANK"},
|
||||
{"type": "A", "power": "TURKEY", "location": "BUL"},
|
||||
{"type": "A", "power": "TURKEY", "location": "CON"}
|
||||
],
|
||||
"orders": [
|
||||
{"text": "A GAL-WAR", "power": "AUSTRIA", "region": "GAL"},
|
||||
{"text": "A SER-GRE", "power": "AUSTRIA", "region": "SER"},
|
||||
{"text": "F TRI-ADR", "power": "AUSTRIA", "region": "TRI"},
|
||||
|
||||
{"text": "F NTH-NWY", "power": "ENGLAND", "region": "NTH"},
|
||||
{"text": "F NWG S F NTH-NWY", "power": "ENGLAND", "region": "NWG"},
|
||||
{"text": "A YOR-LON", "power": "ENGLAND", "region": "YOR"},
|
||||
|
||||
{"text": "A BUR-BEL", "power": "FRANCE", "region": "BUR"},
|
||||
{"text": "A MAR-SPA", "power": "FRANCE", "region": "MAR"},
|
||||
{"text": "F MAO S A MAR-SPA", "power": "FRANCE", "region": "MAO"},
|
||||
|
||||
{"text": "A KIE-HOL", "power": "GERMANY", "region": "KIE"},
|
||||
{"text": "A RUH S A KIE-HOL", "power": "GERMANY", "region": "RUH"},
|
||||
{"text": "F DEN-SWE", "power": "GERMANY", "region": "DEN"},
|
||||
|
||||
{"text": "F ION-TUN", "power": "ITALY", "region": "ION"},
|
||||
{"text": "A APU-NAP", "power": "ITALY", "region": "APU"},
|
||||
{"text": "A VEN-ROM", "power": "ITALY", "region": "VEN"},
|
||||
|
||||
{"text": "F RUM H", "power": "RUSSIA", "region": "RUM"},
|
||||
{"text": "F BOT-SWE", "power": "RUSSIA", "region": "BOT"},
|
||||
{"text": "A UKR S A SEV", "power": "RUSSIA", "region": "UKR"},
|
||||
{"text": "A SEV H", "power": "RUSSIA", "region": "SEV"},
|
||||
|
||||
{"text": "F ANK-BLA", "power": "TURKEY", "region": "ANK"},
|
||||
{"text": "A BUL-GRE", "power": "TURKEY", "region": "BUL"},
|
||||
{"text": "A CON S A BUL-GRE", "power": "TURKEY", "region": "CON"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "W1901A",
|
||||
"year": 1901,
|
||||
"season": "WINTER",
|
||||
"type": "ADJUSTMENT",
|
||||
"units": [
|
||||
{"type": "A", "power": "AUSTRIA", "location": "GAL"},
|
||||
{"type": "A", "power": "AUSTRIA", "location": "SER"},
|
||||
{"type": "F", "power": "AUSTRIA", "location": "ADR"},
|
||||
|
||||
{"type": "F", "power": "ENGLAND", "location": "NWY"},
|
||||
{"type": "F", "power": "ENGLAND", "location": "NWG"},
|
||||
{"type": "A", "power": "ENGLAND", "location": "LON"},
|
||||
|
||||
{"type": "A", "power": "FRANCE", "location": "BEL"},
|
||||
{"type": "A", "power": "FRANCE", "location": "SPA"},
|
||||
{"type": "F", "power": "FRANCE", "location": "MAO"},
|
||||
|
||||
{"type": "A", "power": "GERMANY", "location": "HOL"},
|
||||
{"type": "A", "power": "GERMANY", "location": "RUH"},
|
||||
{"type": "F", "power": "GERMANY", "location": "SWE"},
|
||||
|
||||
{"type": "F", "power": "ITALY", "location": "TUN"},
|
||||
{"type": "A", "power": "ITALY", "location": "NAP"},
|
||||
{"type": "A", "power": "ITALY", "location": "ROM"},
|
||||
|
||||
{"type": "F", "power": "RUSSIA", "location": "RUM"},
|
||||
{"type": "F", "power": "RUSSIA", "location": "BOT"},
|
||||
{"type": "A", "power": "RUSSIA", "location": "UKR"},
|
||||
{"type": "A", "power": "RUSSIA", "location": "SEV"},
|
||||
|
||||
{"type": "F", "power": "TURKEY", "location": "BLA"},
|
||||
{"type": "A", "power": "TURKEY", "location": "CON"},
|
||||
{"type": "A", "power": "TURKEY", "location": "GRE"}
|
||||
],
|
||||
"orders": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue