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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Need help with this Random OO

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

already modify the code as the prof ask but still can't solves this k tour problem for an 8 by 8 board by randomly picking a move from 0 to 7 and try to do this 100 time if the move is not legal after 100 it will abort the games and if i make 64 moves then i could print the board
 
Bartender
Posts: 6109
6
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Is this different than your other thread?

https://coderanch.com/t/594785/java/java/make-java-code-Random-OO
 
Andres John
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Jeff Verdegan wrote:Is this different than your other thread?

https://coderanch.com/t/594785/java/java/make-java-code-Random-OO

yes it is i just modify the start method to use random number
 
Marshal
Posts: 80637
471
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Not convinced that is enough to warrant a new thread.
Please continue all discussion here.
 
    Bookmark Topic Watch Topic
  • New Topic