/Minimax-Recursive-Iterative-Strategy

A recursive and iterative minimax strategy that finds the best possible move that minimizes loss for the current player

Primary LanguagePython

Minimax-Recursive-Iterative-Strategy

  1. Take game.py and game_state.py and implement a game such that it can run through game_interface.py
  2. Then play against strategies: mr, mi