Looking for a simple example of the Minimax algorithm in java
817180Nov 21 2010 — edited Nov 22 2010Hey everyone,
I'm currently working on a Gameboy emulator program as a pet project, and for one of the game's I'd like for the enemy AI to use the Minimax algorithm, but I don't have any experience with it (or recursion in general, for that matter). Could anyone maybe post a simple example of how this algorithm works?