11

Hey, can anybody help me?
I have to improve this AI for the game Reversi (Orthego).
I do not have any clue how to begin.
I only know we have to do it recursive and the depth is really low because it has to react within 1 second.
The task suggestion is that we can use MinMax, Alpha-Beta....

Comments
  • 7
    I can't help you, but the names of the variables are awful
  • 0
    @Username987654

    Say that to my Prof :D
  • 1
    Okay I think it's game over then. Thanks for your comments anyway. Deadline is in 1:15 hour
  • 0
    Of course I got the idea but it is so difficult to transform it into code.
  • 0
    This looks like Programmieren 1 from LUH.
  • 0
    Okay I looked through your profile.

    Hello fellow computer science student!
  • 1
    Do a breadth first search for n depth and pick the move that is the worst choose for the opponent. You could probably train a neural net to evaluate the potential moves scores.
  • 0
    @Username987654 reminds me of the prof that taught us about algorithms. they LOVE 1 letter variables
  • 0
    Sooo, what happened with this?
  • 0
    @iSwimInTheC actually nothing special. :D
    I dont even remember if I solved this.
  • 0
    @norom thanks.
    I am now into some Java.
  • 0
    @seplayer neat! Prog 2 is much easier than Prog 1. And Becker is a nice professor imo.

    Good luck, mate!
Add Comment