• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Queen Moves game

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I was wondering if anybody could help me, I am looking to build an applet of the 'QueenJourney' game, the description of the game is here. This is a MIDlet version wheras I want an applet version. It is basically a chess board with only the Queen on the board, and the user has to cover each of the 64 squares within a maximum of 14 moves. I would be obliged if anyone can help me on this subject.
Below is what I have up till now, it does not have the functionality that I want yet:I am sure I should be using arrays but am not familiar with their use
Thanks for any help,
Tom
[ edited to preserve formatting using the [code] and [/code] UBB tags and to fix link -ds ]
[ March 26, 2003: Message edited by: Dirk Schreckmann ]
 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What exactly do you have questions about. I am willing to help, but I don't have time to go through each line of code. If you can give me some idea of where you are running into problems, I can give you more helpful advice as well.
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tom, your link does not work.
 
Tom Paterson
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to show,the moves that the Queen has taken (I guess by identifying where the Queen is on the board)this would allow me to build in exeptions and errors. Would I be better creating the board with arrays and if so how
Thanks again
Tom
 
Tom Paterson
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry I hope this link works, The game is QueenMoves

www.jacado.com/page.jsp?team=jacado&topic=puzzles

Tom
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You'd an extra . in the URL. I fixed it.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic