Pheromone dispersal first pass.

This commit is contained in:
2016-06-26 23:47:19 -04:00
parent 5d4529f6d8
commit fef86e140a
8 changed files with 74 additions and 55 deletions

View File

@@ -32,8 +32,8 @@
#include "ias_robot.hpp"
const char * TITLE = "Pheromone map";
const int W = 256;
const int H = 256;
const int W = 512;
const int H = 512;
const uint32_t PORT = PlayerCc::PLAYER_PORTNUM + 1;
const uint32_t NUM_ROBOTS = 4;