New:Socket for Asana Is Now Available.Learn more
Get Started

archon

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

archon - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+1
-1
package.json

@@ -10,3 +10,3 @@ {

],
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",

@@ -13,0 +13,0 @@ "repository": {

@@ -36,3 +36,3 @@ # archon

```
> archon teams/botA teams/botB maps/map1
> archon src/botA src/botB maps/map1
map1 [botA/botB] botB 1000

@@ -46,3 +46,3 @@ Summary:

```
> archon teams/botA teams/botB maps/map1 maps/map2 ... maps/mapN
> archon src/botA src/botB maps/map1 maps/map2 ... maps/mapN

@@ -63,3 +63,3 @@ map1 [botA/botB] botA 500

```
> archon teams/botA teams/botB teams/botC maps/map1 maps/map2
> archon src/botA src/botB src/botC maps/map1 maps/map2

@@ -83,3 +83,3 @@ map1 [botA/botB] botA 1000

```
> archon --host botA teams/botB teams/botC maps/map1 maps/map2
> archon --host botA src/botB src/botC maps/map1 maps/map2

@@ -105,3 +105,3 @@ map1 [botA/botB] botA 500

-s, --series Players play the maps in series instead 1 by 1
-t, --all-teams Runs all teams in teams/ on the specified maps
-t, --all-teams Runs all teams in src/ on the specified maps
-x, --mirror Runs 2x the matches with teams as both A and B

@@ -108,0 +108,0 @@ ```