issues
search
estellerostan
/
ants-aichallenge
Project for the first year JMIN AI course
0
stars
0
forks
source link
Refactor AStar files
#3
Closed
estellerostan
closed
8 months ago
estellerostan
commented
9 months ago
Fix _nodeGrid not initialized that crashed the program;
Replace cout with _state->bug to be able to see the potential errors;
Delete useless IsLocationValid to use existing Location == operator overload;
Add a debug log function.
Add fixes from ReSharper (using std in header, const and static, state pointer, ...).