File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ Simulates:
115115* Stim, Armor, Weapon, Range and Speed upgrades
116116* Effects like plague, lockdown, stasis, dark swarm
117117* Frame skipping to improve simulation performance at cost of precision
118+ * Spider mines
118119
119120## Limitations
120121* Elevation is deemed "constant" within the simulation
@@ -187,4 +188,9 @@ Helps in managing resources and units with specific tasks:
187188
188189## Grids
189190Used for pathing. In addition to JPS, it's also possible to "cast rays" in a grid. This is mostly used
190- for direct reachability checks (ie. can unit A reach position B without obstacle).
191+ for direct reachability checks (ie. can unit A reach position B without obstacle).
192+
193+ ## Behavior Trees
194+ Can be used to control individual units, groups of units of even a complete bot (ie.
195+ [ StyxZ] ( https://github.com/Bytekeeper/Styx ) is controlling basically everything using these).
196+ There are also nodes to simplify locking of resources (ie. units and minerals).
You can’t perform that action at this time.
0 commit comments