Thread: Knights tour

  1. #1
    Registered User
    Join Date
    Jun 2022
    Posts
    1

    Knights tour

    i have an home work please help me this is the exercise:
    A company that offers online games has decided to announce a competition to motivate young chess players. The game aims to perform the movement of the horse figure on an 8x8 chessboard. You have the task of:


    1. Create the game by moving the horse 64 times by passing a single time in each chess box. You must use recursiveness.
    2. Transfer 64 move addresses to a file on chess.txt computer
    3. Create the linked list which contains 64 horse movement addresses.
    please can anyone help me?

  2. #2
    Registered User
    Join Date
    Feb 2022
    Posts
    45
    We can help to some degree, but we cannot and will not do it for you. What have you tried so far?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Graph Tour
    By DeletedUserAccount in forum C Programming
    Replies: 3
    Last Post: 02-13-2011, 11:15 PM
  2. 8 knights problem.
    By chottachatri in forum C++ Programming
    Replies: 2
    Last Post: 04-03-2008, 02:30 AM
  3. Knights Tour Trivia
    By shrestha in forum C++ Programming
    Replies: 2
    Last Post: 01-16-2003, 08:32 AM
  4. Warped Tour
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 07-03-2002, 02:08 AM
  5. Knight's Tour
    By Nutshell in forum C Programming
    Replies: 31
    Last Post: 01-08-2002, 10:58 PM