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

Implement new game window #9

Closed bymayanksingh closed 4 years ago

bymayanksingh commented 4 years ago

Window that can

KomalKalyan commented 4 years ago

Can I take this issue?

bymayanksingh commented 4 years ago

@KomalKalyan sure, go ahead.

Satvinder31415 commented 4 years ago

I've started some work on this issue as well. If anyone else is working on it, I'll be happy to discuss and collaborate.

bymayanksingh commented 4 years ago

@Satvinder31415 @KomalKalyan any updates?

Satvinder31415 commented 4 years ago

I have implemented the restart option (via keyboard input). I am currently working on the start menu implementation and making the restart menu have clickable buttons. Will keep you updated on the progress.

KomalKalyan commented 4 years ago

Right now a bit busy but working on it!Thanks for helping😁

On Sun, 8 Dec, 2019, 20:02 Satvinder31415, notifications@github.com wrote:

I have implemented the restart option logically(input via the terminal). I am currently working on the start menu implementation and making the restart menu have clickable buttons. Will keep you updated on the progress.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/code-monk08/connect4/issues/9?email_source=notifications&email_token=AN3Z5MIC3DCP6IRGJQHWDO3QXUAPFA5CNFSM4JTGVR6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGHACFA#issuecomment-562954516, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN3Z5MKG2RPZKOARL6F32ITQXUAPFANCNFSM4JTGVR6A .

Satvinder31415 commented 4 years ago

@code-monk08 @KomalKalyan
Hi, I've made some changes to implement the start menu and restart option. They're present in one of my repositories : connect4-2. Running main_menu.py will start the application(with a black screen currently).Pressing enter will launch the game.After the game is over,pressing y will restart while n will quit the game.Feel free to modify the code and add graphics(currently there are none). Also, bear in mind that this version is 2 commits behind the original one. I don't feel confident implementing graphics and mouse interactivity so I think that'll be the end of my contribution to this issue.

bymayanksingh commented 4 years ago

pull request made by @agarwalshivani23 was merged, closing this issue. If someone has additional features which are not in the current merged code, please feel free to add them.