Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 715 Bytes

File metadata and controls

19 lines (9 loc) · 715 Bytes

Othello

Trabalho desenvolvido para a disciplina de Inteligência Artificial do curso de Ciência da Computação da PUCPR.

Implementação do Jogo Othello (Reversi) com Inteligência Artificial do tipo MiniMax e poda da árvore alfa-beta.

Demo: https://replit.com/@EduardoNakatani/Othello#main.py

image

Fontes:

http://dhconnelly.com/paip-python/docs/paip/othello.html https://courses.cs.washington.edu/courses/cse573/04au/Project/mini1/RUSSIA/Final_Paper.pdf https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-1-introduction/