Closed bymayanksingh closed 4 years ago
Can I take this issue?
@KomalKalyan sure, go ahead.
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.
@Satvinder31415 @KomalKalyan any updates?
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.
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 .
@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.
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.
Window that can