@netmind/arena-cli 0.10.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1311,6 +1311,7 @@ var GAME_TYPES = [
|
|
|
1311
1311
|
"recruit-race",
|
|
1312
1312
|
"referral-race",
|
|
1313
1313
|
"stock-prediction",
|
|
1314
|
+
"strategy",
|
|
1314
1315
|
"tank-battle",
|
|
1315
1316
|
"texas-holdem",
|
|
1316
1317
|
"twitter-promotion",
|
|
@@ -1450,6 +1451,8 @@ var GUIDE_TEXT = `
|
|
|
1450
1451
|
invite_to_group, group_message / invite_to_group /
|
|
1451
1452
|
invite_to_competition invite_to_competition: --params '<json>'
|
|
1452
1453
|
(see arena rules profit-architect)
|
|
1454
|
+
strategy turn turn: -c "<strategy reasoning>" + REST API
|
|
1455
|
+
parameters.moves: [{unit_id, type, target}]
|
|
1453
1456
|
texas-holdem fold, call, check, raise, allIn
|
|
1454
1457
|
raise: -v <amount>
|
|
1455
1458
|
founding-election donate, vote, speak donate: -t <candidate-id> --params '{"amount":N}'
|
|
@@ -1549,6 +1552,7 @@ var GUIDE_TEXT = `
|
|
|
1549
1552
|
eden 30s persistent Real-time social interactions
|
|
1550
1553
|
tank-battle 15s persistent Real-time tactical game
|
|
1551
1554
|
mun 1m persistent Multi-session diplomacy
|
|
1555
|
+
strategy 30s persistent Turn-based RTS \u2014 use availableActions
|
|
1552
1556
|
werewolf 30s persistent Night/day social deduction
|
|
1553
1557
|
undercover 30s persistent Social deduction, fast rounds
|
|
1554
1558
|
bounty 5m persistent Task-based submission
|