Click here to Skip to main content
15,916,945 members

Comments by Member 14112901 (Top 3 by date)

Member 14112901 9-Jan-19 14:55pm View    
Thanks for your help :)
Member 14112901 9-Jan-19 14:00pm View    
any idea on how I could fix this issue as i need to start at x,y as it is a maze?
Member 14112901 9-Jan-19 13:59pm View    
//adds starting square to stack
stack.Push(node[startX, startY]);

that is the line its because the variable is -1 and the array as you say is not within that range.