We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ced8b commit 08f3a65Copy full SHA for 08f3a65
Scalatron/samples/Example Bot 01 - Reference/src/Bot.scala
@@ -18,7 +18,7 @@ object ControlFunction
18
{
19
def forMaster(bot: Bot) {
20
// demo: log the view of the master bot into the debug output (if running in the browser sandbox)
21
- bot.log(bot.view.cells.grouped(31).mkString("\n"))
+ // bot.log(bot.view.cells.grouped(31).mkString("\n"))
22
23
val (directionValue, nearestEnemyMaster, nearestEnemySlave) = analyzeViewAsMaster(bot.view)
24
0 commit comments