giladariel / Connect4

20 stars 4 forks source link

Not able to understand structure of program #2

Open b-thebest opened 5 years ago

b-thebest commented 5 years ago

Your program is working good but after getting win It does not show that somebody won or not. And also program is too complex so that pathway can't be understood easily. Can you please elaborate it for connect four game.

giladariel commented 5 years ago

Your program is working good but after getting win It does not show that somebody won or not. And also program is too complex so that pathway can't be understood easily. Can you please elaborate it for connect four game.

Can you send me a picture of the problem? I am not sure what did you mean. Which kinds of agents did you choose?

b-thebest commented 5 years ago

I run main_connectfour.py and in console I was able to play by giving col no. as input from me but when I won then it simply shows resulting matrix and then start the game once again instead of showing who is the winner connect 4

b-thebest commented 5 years ago

Please explain the basic structure so I will fix the issue in future.