metafy-social / python-scripts

A repository of python scripts that come in handy in automating day-to-day tasks
MIT License
457 stars 182 forks source link

Created Level 3 and refactored code #408

Closed N00rAhmed closed 1 year ago

N00rAhmed commented 1 year ago

Description

Give a summary of the change that you have made
I have added a level 3 to my game using variables, while loops and functions and I also refactored my code and changed some things. The main thing I changed was that in some blocks of my code I didnt add while loops with my if statements so I added those and I also created functions for each diffrent aspect of my code so that it would be easier to locate and make changes to in the future.

Fixes #397

Dependencies

Mention any dependencies/packages used I used the time library here.

Future Improvements

Mention any improvements to be done in future related to any file/feature in the future I plan on adding a scoring system and a text file which will store data such as the scores and the names of the different users.

Mentions

Mention and tag the people

Screenshots of relevant screens

Add screenshots of relevant screens image image

Developer's checklist

If changes are made in the code: