IlkinKarimli0 / Connect4-With-AI

I built connect for game with ai (minimax algorithm )optimizations and perfect scoring system
0 stars 0 forks source link

Scoring System #1

Open IlkinKarimli0 opened 3 years ago

IlkinKarimli0 commented 3 years ago

There are two functions that return the score of a given board, however, they are not optimized and perfect.

Problems: 1.because the unwell scored boards AI make week moves 2.Scoring system slow down the program, hence, it becomes hard to increase depth for minimax algorithm

RasulAlakbarli commented 2 years ago

Bravo

RasulAlakbarli commented 2 years ago

Malades