phenom4n4n / phen-cogs

My public cogs for Red, Discord bot.
https://phen-cogs.readthedocs.io/en/latest/
MIT License
120 stars 71 forks source link

Connect4 - Doesn't register the last lower right-to-left diagonal as a win #96

Closed CruxCraft closed 2 years ago

CruxCraft commented 3 years ago

Screenshot from 2021-09-18 18-02-07

CruxCraft commented 2 years ago

It wasn't finding any 4 in a rows from the top-left to bottom-right that ended in the last column. I sent a pull request with what fixed it for us. Line 65 it was only checking 6 wide (height) instead of 7 wide (width).