/ine5430-gomoku

AI task - Minimax search algorithm

Primary LanguagePython

ine5430 - Minimax task

Universidade Federal de Santa Catarina

First task of AI classes at UFSC. Searching algorithms.

MiniMax algorithm with Alpha-Beta pruning to play the GOMOKU game.

The report/PDF solution is in Portuguese at ./solution.PDF

Python 3 implementation.

Authors:

  • Andrei Donati
  • Ígor Yamamoto
  • Luis Felipe Pelison

Instructions:

  • Use python 3
  • git clone git@github.com:lfpelison/ine5430-gomoku.git
  • cd ine5430-gomoku/
  • pip install -r requirements.txt
  • cd src/
  • python main.py