Making Connect 4 in Python and Explaining How it's done Part 2: How to check if someone has won?

preview_player
Показать описание
Timestamps:
00:00 - 00:14 Where we left off
00:15 - 01:00 Check column win conceptual
01:00 - 03:15 Defining check win column
03:16 - 04:29 Check row win conceptual
04:30 - 09:30 Defining check win row 1st attempt
09:31 - 11:50 Debugging check win row
11:51 - 12:59 Finding a bug in check win column and row
13:00 - 14:29 Check win diagonal conceptual
14:30 - 22:51 Defining check win diagonal
22:52 - 23:18 End of video and next time todo
Рекомендации по теме
Комментарии
Автор

Was preparing to take a programming class during the holidays. Keep the good work going 💪

drlecterr
Автор

can you explain check win row a little more i’m quite interested in learning how to code! just a reply in a comment would be great

IgorMPp
Автор

I followed the steps, but somehow the def win_check_row doesn't properly work for me :/

oconnor.studios
welcome to shbcf.ru