mdolata / TicTacToe

TicTacToe game implementation
2 stars 3 forks source link

Create bot player with hard lever using AI algortihm #2

Open mdolata opened 4 years ago

mdolata commented 4 years ago

I need help with implementation of Minimax algorithm. I'd like to hard level bot use this implementation. Please remember about unit tests

Kineolyan commented 4 years ago

I'll try to find some time working on that. I also wanted to write one of these. But it seems to be an exercise for a learning program. Don't you want to give it a try by yourself? 😄

mdolata commented 4 years ago

Hi @Kineolyan feel free to write your solution. Minimax is very simple algorithm, I used to it on my project during stuides and wanted to give some not trivial opportunity to create PR :)

Kineolyan commented 4 years ago

Thus, I'll let someone else the occasion to submit a medium PR for Hacktoberfest. I already reached and exceeded my quota. Maybe someone else will be glad to find this. If you need help to finish this after Hacktoberfest, don't hesitate to post it again.

Kineolyan commented 4 years ago

By the way, if you want to test your best Ai against others, then you can play to Ultimate Tic-Tac-Toe from CodinGame 😄