add comments, clean out code
working version of 3-dimensions grid, taking in...
1st revision code taking into account cost to t...
setting up for 3-dimensions array, build CKPath
complete code and a few simple test for finding...
debugging jump over movement
working version for BFS function
test making a commit
discovered bug with CKPosition - cannot hash them
renamed stuff
- fix a bug in finding all positions given an a...
fix comments for testing
change to testing findAllReachablePositions
first patch for testing BFS function
modify the BFS method from greedy to optimal so...
BFS algorithm for finding all possible position...
testing commit
Spell Action Node is complete
significant progress on the spellActionNode