1984 en bombe
This commit is contained in:
parent
47527f5b0b
commit
bbb7bbda5f
1 changed files with 20 additions and 6 deletions
|
|
@ -76,8 +76,22 @@ public class Program {
|
|||
|
||||
|
||||
|
||||
// 1984
|
||||
citizen1.move(Direction.UP);
|
||||
citizen2.move(Direction.DOWN);
|
||||
citizen1.move(Direction.UP);
|
||||
citizen1.move(Direction.UP);
|
||||
citizen1.spawn("bomber-bot").waitFinished();
|
||||
List<Unit> bomberos = BomberBot.getBomberBotUnits();
|
||||
BomberBot bomberau = (BomberBot) bomberos.getFirst();
|
||||
|
||||
// bomberau.upgrade();
|
||||
bomberau.fire();
|
||||
|
||||
while (true) {
|
||||
citizen2.move(Direction.RIGHT);
|
||||
citizen2.build(Building.ROAD);
|
||||
}
|
||||
|
||||
// Gossip
|
||||
// for (int i = 0; i < 60; i++) {
|
||||
|
|
@ -146,12 +160,12 @@ public class Program {
|
|||
// citizen2.sendMessage("Hector", "Nique ta mère Hector").waitFinished();
|
||||
|
||||
// Kaboom & epic fail
|
||||
citizen1.spawn("bomber-bot").waitFinished();
|
||||
List<Unit> bomberos = BomberBot.getBomberBotUnits();
|
||||
BomberBot bomberau = (BomberBot) bomberos.getFirst();
|
||||
|
||||
// bomberau.upgrade();
|
||||
bomberau.fire();
|
||||
// citizen1.spawn("bomber-bot").waitFinished();
|
||||
// List<Unit> bomberos = BomberBot.getBomberBotUnits();
|
||||
// BomberBot bomberau = (BomberBot) bomberos.getFirst();
|
||||
//
|
||||
//// bomberau.upgrade();
|
||||
// bomberau.fire();
|
||||
|
||||
// =======================================================
|
||||
// Stormtrooper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue