Package | Description |
---|---|
games.spiders |
There's an infestation of enemy spiders challenging your queen BroodMother spider! Protect her and attack the other BroodMother in this turn based, node based, game.
|
Modifier and Type | Class and Description |
---|---|
class |
BroodMother
The Spider Queen.
|
class |
Cutter
A Spiderling that can cut existing Webs.
|
class |
Spiderling
A Spider spawned by the BroodMother.
|
class |
Spitter
A Spiderling that creates and spits new Webs from the Nest it is on to another Nest, connecting them.
|
class |
Weaver
A Spiderling that can alter existing Webs by weaving to add or remove silk from the Webs, thus altering its strength.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Spider> |
Player.spiders
All the Spiders owned by this player.
|
java.util.List<Spider> |
Nest.spiders
All the Spiders currently located on this Nest.
|
© 2020 MST ACM SIG-GAME