AseanK / python-tools-and-games

🌊 An open source project where developers create, play, and learn games and tools built with Python
MIT License
21 stars 30 forks source link

Add Difficulty Levels #22

Closed monkeydkhan closed 1 year ago

monkeydkhan commented 1 year ago

Description:

This pull request adds difficulty levels to the Snake game, allowing players to choose between "Easy" and "Hard" modes. In "Easy" mode, the snake moves slower, while in "Hard" mode, it moves faster.

Changes:

Testing:

Successfully tested the difficulty levels by playing the game in both "Easy" and "Hard" modes. The snake's speed adjusted accordingly, and the score display accurately reflected the current difficulty level.

Concerns:

No concerns at this time.

AseanK commented 1 year ago

👍 👍 Thank you!