Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 510 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 510 Bytes

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