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 |
---|---|
Nest |
Spiderling.movingToNest
The Nest this Spiderling is moving to.
|
Nest |
Spider.nest
The Nest that this Spider is currently on.
|
Nest |
Web.nestA
The first Nest this Web is connected to.
|
Nest |
Web.nestB
The second Nest this Web is connected to.
|
Nest |
Spitter.spittingWebToNest
The Nest that this Spitter is creating a Web to spit at, thus connecting them.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Nest> |
Game.nests
Every Nest in the game.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Spitter.spit(Nest nest)
Creates and spits a new Web from the Nest the Spitter is on to another Nest, connecting them.
|
© 2020 MST ACM SIG-GAME