bymayanksingh / connect4

🎮 It is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column, user wins by forming row of four of same color
MIT License
23 stars 27 forks source link

Resolved issue#21 and a syntax error #25

Closed KomalKalyan closed 4 years ago

KomalKalyan commented 4 years ago

Please go through the changes i have made

bymayanksingh commented 4 years ago

after you are done removing the comments, run black on the project. (follow readme on black usage) then we are good to go with your PR

KomalKalyan commented 4 years ago

I have removed all my comments and i will run it in black and send you the PR, thanks!

bymayanksingh commented 4 years ago

Please check your slack message. Merging this PR. Thanks :)

bymayanksingh commented 4 years ago

Fixes #21