Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

What is Manhattan distance to the center in a chess program that uses an 0x88 board ?

Ref : http://www.koders.com/java/fid2A9848F82F5F12FA4F0D7454B233256495BD652D.aspx?s=ResponseSideEffect

share|improve this question
4  
-1 for lack of research (first google results provide the answer), voting to close for too localized. – Jonathan Hobbs Jun 30 '12 at 7:14
in google search 128 squares. in code distance has 256 values. look the code. – rajeshverma423 Jun 30 '12 at 8:37
Is it not manhattan distance? – rajeshverma423 Jun 30 '12 at 8:58
I don't even know what is going on here. @rajeshverma423 Please improve your question and then flag for it to be re-opened, if there's a legitimate question here. – Ricket Oct 26 '12 at 16:03

closed as not a real question by Ricket Oct 26 '12 at 16:03

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

no one is going to review code in link :( you can read about Heuristics for grid maps on this page http://theory.stanford.edu/~amitp/GameProgramming/Heuristics.html#manhattan-distance

share|improve this answer
in google search 128 squares. in code distance has 256 values. look the code. – rajeshverma423 Jun 30 '12 at 8:46

Not the answer you're looking for? Browse other questions tagged or ask your own question.