shrey141102 / PythonProjects

Python Programs
7 stars 36 forks source link

Added new game Sudoku with GUI #87

Closed Yarlin16 closed 9 months ago

Yarlin16 commented 9 months ago

Description of changes:

I have added a new game : Sudoku with GUI under #KWoC 2023. The project is done using pygame for GUI. Also, after the user closes the window after his/her attempt, the program prints all other possible answers for the same sudoku puzzle in the terminal. Also, I have updated the README file for the project with screenshots.

Issue ticket number:

77

Screenshots of the project output:

Screenshot 2023-12-21 210632 Screenshot 2023-12-21 210721 Screenshot 2023-12-21 210827 Screenshot 2023-12-21 210852

Checklist:

shrey141102 commented 9 months ago

Looks good but i still dont understand why so many files are changed

shrey141102 commented 9 months ago
image
Yarlin16 commented 9 months ago

That was because I have already opened a PR before this PR in which I have updated the README files for other projects.

Those changes still didn't get merged so it has shown that they required merging too.

Yarlin16 commented 9 months ago

If you could merge the pull request #79 before this PR, then the merge conflicts won't be there I guess.

shrey141102 commented 9 months ago

If you could merge the pull request #79 before this PR, then the merge conflicts won't be there I guess.

The other Pr also has few unrelated changes

shrey141102 commented 9 months ago

Just add a fresh PR with all the changes that you want to submit. It would be easier to check then. Thanks for understanding

Yarlin16 commented 9 months ago

Yep, then I'll open just one pr for all the changes. 👍

shrey141102 commented 9 months ago

Yep, then I'll open just one pr for all the changes. 👍

That would be great