maxwade-argodesign

Results 1 issues of maxwade-argodesign

I'm following the tutorial listed [here](https://developer.tizen.org/community/tip-tech/using-easystar.js-implement-pathfinding-tizen-game-projects) Say we declare a level like this: ``` var level = [[0,0,1,0,0], [1,0,1,0,1], [0,0,1,0,0], [0,0,1,1,0], [0,0,0,0,0]]; ``` is it required that we then call...