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 | Field and Description |
---|---|
Web |
Cutter.cuttingWeb
The Web that this Cutter is trying to cut.
|
Web |
Spiderling.movingOnWeb
The Web this Spiderling is using to move.
|
Web |
Weaver.strengtheningWeb
The Web that this Weaver is strengthening.
|
Web |
Weaver.weakeningWeb
The Web that this Weaver is weakening.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Web> |
Game.webs
Every Web in the game.
|
java.util.List<Web> |
Nest.webs
Webs that connect to this Nest.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Cutter.cut(Web web)
Cuts a web, destroying it, and any Spiderlings on it.
|
boolean |
Spiderling.move(Web web)
Starts moving the Spiderling across a Web to another Nest.
|
boolean |
Weaver.strengthen(Web web)
Weaves more silk into an existing Web to strengthen it.
|
boolean |
Weaver.weaken(Web web)
Weaves more silk into an existing Web to strengthen it.
|
© 2020 MST ACM SIG-GAME