AntWorld

Undocumented in source.

Members

Functions

checkForFood
bool checkForFood(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(App app, SDL_Texture* food, SDL_Texture* empty, SDL_Texture* wall)
Undocumented in source. Be warned that the author may not have intended to support it.
generateMap
void generateMap()
Undocumented in source. Be warned that the author may not have intended to support it.
getMap
bool[size][size] getMap()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print()
Undocumented in source. Be warned that the author may not have intended to support it.
removeFood
void removeFood(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
zeros
void zeros()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

Food
int Food;
Undocumented in source.
size
int size;
Undocumented in source.

Inherited Members

From WorldAbstract

initialize
void initialize()
Undocumented in source.

Meta