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#7 #35

Open ajaykumarr123 opened 4 years ago

ajaykumarr123 commented 4 years ago

added different coin colors and modified code to provide color change option to the user.

ajaykumarr123 commented 4 years ago

connect4

bymayanksingh commented 4 years ago

Thanks for your fantastic work @ajaykumarr123 ! I guess we another pull request for the same issue.. I will select the best features from both the PRs and will merge them in.

ajaykumarr123 commented 4 years ago

@code-monk08 ya sure

ajaykumarr123 commented 4 years ago

@code-monk08 if you want i can make final code and open new PR using both PR's because I have few additions and that PR by Ashutosh is mostly this one only with slight modification.