07-26-2015, 06:08 PM
Here we go with the promised last chapter:
7. PRODUCTION LINE
7.1. Titanium
Convert TitaniumOre from Derrick.
Converter and Derrick already built.
SatCom: Mini-challenge. Make Titanium and deliver to the platform.
DO NOT use wait(), you already know how too do this better.
7.2. But I need a Converter...
Derrick, 1 Titanium, no Converter. Deliver 3 Titanium cubes to the flag.
SatCom: build()
7.3. Needs more power
Derrick, Converter, PowerStation. Make 10 Titanium.
SatCom: use PowerStation to recharge, this.energyCell.energyLevel, speed settings
7.4. Making PowerCells
Titanium, PowerPlant. Make 3 PowerCells.
7.5. A longer chain
Derrick, Converter, PowerPlant. Make 3 PowerCells.
7.6. Could you help me?
Program TWO bots. One does TitaniumOre -> Titanium, the other one does Titanium -> PowerCell -> free space near target flag
7.7. Where is my friend?
Titanium, PowerCell, BotFactory
SatCom: object.factory(), sending program to second robot
7.8. No buildings again?!
Derrick, 1 Titanium. Make 10 shooters with PowerCells.
But Shooters are not researched D:
THIS IS THE FINAL CHALLENGE OF EXERCISES MODE
SatCom: Learn to use the documentation (link to documentation on research system and object.research())
I've noticed we're missing exercises on arrays. Any ideas on a good way to show that? Anything else we're missing?
7. PRODUCTION LINE
7.1. Titanium
Convert TitaniumOre from Derrick.
Converter and Derrick already built.
SatCom: Mini-challenge. Make Titanium and deliver to the platform.
DO NOT use wait(), you already know how too do this better.
7.2. But I need a Converter...
Derrick, 1 Titanium, no Converter. Deliver 3 Titanium cubes to the flag.
SatCom: build()
7.3. Needs more power
Derrick, Converter, PowerStation. Make 10 Titanium.
SatCom: use PowerStation to recharge, this.energyCell.energyLevel, speed settings
7.4. Making PowerCells
Titanium, PowerPlant. Make 3 PowerCells.
7.5. A longer chain
Derrick, Converter, PowerPlant. Make 3 PowerCells.
7.6. Could you help me?
Program TWO bots. One does TitaniumOre -> Titanium, the other one does Titanium -> PowerCell -> free space near target flag
7.7. Where is my friend?
Titanium, PowerCell, BotFactory
SatCom: object.factory(), sending program to second robot
7.8. No buildings again?!
Derrick, 1 Titanium. Make 10 shooters with PowerCells.
But Shooters are not researched D:
THIS IS THE FINAL CHALLENGE OF EXERCISES MODE
SatCom: Learn to use the documentation (link to documentation on research system and object.research())
I've noticed we're missing exercises on arrays. Any ideas on a good way to show that? Anything else we're missing?