Thread: Complex Formula
View Single Post
Old 04-14-2003, 09:45 PM   PM User | #3
krycek
Regular Coder

 
Join Date: Nov 2002
Location: Bristol, UK
Posts: 932
Thanks: 0
Thanked 0 Times in 0 Posts
krycek is an unknown quantity at this point
Well, I'm not quite sure that I understood the question, but I'll have a bash at the answer...
Code:
King    64  x1  x2  = 128
Queen   64  x1  x2  = 128
Bishop  32  x2  x2  = 128
Knight  64  x2  x2  = 256
Castle  64  x2  x2  = 256
Pawn     7? x8  x2  = 112
                     1008
I'm not sure if I understand the question, so I've given pawns 7 spaces to move. Although one individual pawn could cover a triangular area, however only taking one path through it... so I stuck with 7.

Tell me, what was so hard about that? Took me 2 mins with a pen and paper, and 5 mins to type up...

::] krycek [::

PS - If it's right, do I get a prize?
__________________
ithium | SOAPI | SDP | PTPScript manual
"ithium is a non-profit webhost, which is pretty much unique. The mission of ithium is to provide free hosting resources for worthwhile and needy non-profit projects, which otherwise may not be able to obtain such facilities. The money from commercial customers goes to maintain ithium's servers and further development."
krycek is offline   Reply With Quote