Who's for chess?

P

Paul Franklin

Hi,
I am writing some C++ code, and the problem is analogous to the
following situation:

Take a Chess Board of 8x8 (nxn) blocks and I have 8 (n) horses. Like
in chess, the horses are placed at a distance of 2 and a half blocks
apart from the preceding horse. For example, Horse B is at a distance
of 2 and a half blocks from horse A, Horse C is at a distance of 2 and
a half blocks from horse B and so on. If one of the horses is moved
to any different block on the board, the other horses should realign
themselves so that the distances between the horse and the preceding
horse should always be 2 and a half blocks.

So, how can I ensure this?

Thanks!
Paul.
 
T

Thomas Matthews

Paul said:
Hi,
I am writing some C++ code, and the problem is analogous to the
following situation:

Take a Chess Board of 8x8 (nxn) blocks and I have 8 (n) horses. Like
in chess, the horses are placed at a distance of 2 and a half blocks
apart from the preceding horse. For example, Horse B is at a distance
of 2 and a half blocks from horse A, Horse C is at a distance of 2 and
a half blocks from horse B and so on. If one of the horses is moved
to any different block on the board, the other horses should realign
themselves so that the distances between the horse and the preceding
horse should always be 2 and a half blocks.

So, how can I ensure this?

Thanks!
Paul.

This is a good discussion issue for where algorithms are discussed. This isn't a C++ language
issue, so I am setting the followups.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top