justgitstuff / ia2-jade

Automatically exported from code.google.com/p/ia2-jade
0 stars 0 forks source link

Map format #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the format for the map that the agent managers will have (the one that 
the coordinator will pass)? Will it be like the matrix of cells present in the 
InfoGame class? In this case I propose to add to the cell class a new type: 
"UNCHARTED = -1". You agree?

...maybe all of that is not necessary and I misunderstood the mechanism. But if 
not, what you think?

Original issue reported on code.google.com by ferran.m...@gmail.com on 28 Apr 2011 at 4:52

GoogleCodeExporter commented 8 years ago
Map is a Cell[][] you have it at your Agent constructor.

For uncharted cells, the cell is null.

Original comment by rp...@repsol.com on 1 May 2011 at 8:58