Closed aditya113141 closed 3 years ago
Thanks, but the explanation of your changes should be in the commit message. Your existing commit message did not mention many of the things that you had since said. See Making commits for guidance.
After you explained the changes I was able to see your purpose more clearly, and realised that you had fixed more than one problem in your one commit. This makes it harder to review. Try to use different commits for different fixes, as it makes it easier to write commit messages for them.
As of c4769d7 the work remaining is;
Suggested commit messages;
Add mute key feature
Add m key to instructions. Respond to the m key by toggling sound.
Repair exit path
Problem: (actually don't yet know why you changed this, so looking forward to your words)
Solution:
Fix keys are missing
Some key events were missed, and the game would not respond.
Events were dequeued twice in the event loop.
Fixes: URL
I will close this and open new one. I messed up somewhere.
Thanks, but I'm not quite sure what many of your the changes are for. See Files changed for what I'm looking at.