potatoeggy / connectfour

A re-implementation of the popular Connect 4 game
GNU General Public License v3.0
2 stars 0 forks source link

Need test data for AI #46

Closed vincentjguo closed 4 years ago

vincentjguo commented 4 years ago

Sometimes the AI makes really bad moves. I need test data in order to debug so @potatoeggy try to beat the AI and reply with a screenshot of the board if you do.

potatoeggy commented 4 years ago

image It let me make three in a row

potatoeggy commented 4 years ago

image my last move: column 3 ai last move: column 4

potatoeggy commented 4 years ago

image my last move: column 5 ai last move: column 6

potatoeggy commented 4 years ago

image Last player move: column 3 Last computer move: column 3

potatoeggy commented 4 years ago

image Depth = 5

potatoeggy commented 4 years ago

image Depth = 3

potatoeggy commented 4 years ago

image Last player move: column 3 Last computer move: column 2 Depth=4

potatoeggy commented 4 years ago

image Last player move: column 5 Last computer move: column 2 Depth = 4

vincentjguo commented 4 years ago

Thanks now I have to hope that I can recreate this on my side

potatoeggy commented 4 years ago

Ah, I should send you move history

vincentjguo commented 4 years ago

that would help yes

potatoeggy commented 4 years ago

image 31452525232

vincentjguo commented 4 years ago

Im guessing for most of these the AI is yellow.

potatoeggy commented 4 years ago

Yeah. I'll clarify that next time.

On Jun 9 2020, at 11:35 am, Vincent Guo notifications@github.com wrote:

Im guessing for most of these the AI is yellow. — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub (https://github.com/potatoeggy/connectfour/issues/46#issuecomment-641384749), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AGADGXUCEWQ5E3R5MJPZU43RVZJCXANCNFSM4NWRPPZQ).

potatoeggy commented 4 years ago

image 4432565545566534343

potatoeggy commented 4 years ago

031313121 0313060015121 6655354 3145333634444455535566606 6655443 3136343

potatoeggy commented 4 years ago

Test data has been given.