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 |
Cutter
A Spiderling that can cut existing Webs.
|
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<Spiderling> |
Web.spiderlings
All the Spiderlings currently moving along this Web.
|
Modifier and Type | Method and Description |
---|---|
Spiderling |
BroodMother.spawn(java.lang.String spiderlingType)
Spawns a new Spiderling on the same Nest as this BroodMother, consuming an egg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Spiderling.attack(Spiderling spiderling)
Attacks another Spiderling.
|
boolean |
BroodMother.consume(Spiderling spiderling)
Consumes a Spiderling of the same owner to regain some eggs to spawn more Spiderlings.
|
© 2020 MST ACM SIG-GAME