Skip to content

Added Python Snake Game with Turtle Graphics #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

Nandini-Sutrave
Copy link
Contributor

This pull request introduces a simple yet engaging Snake Game implemented in Python using the turtle library. The game features a graphical user interface (GUI) and provides the following functionalities:

Gameplay: The player controls a snake that moves across the screen, consuming food to grow in size. The game ends when the snake collides with the screen boundary or itself.
Score Tracking: Displays the current score and updates it as the snake eats food.
High Score: Tracks and displays the highest score achieved during gameplay, allowing players to compete for a new high score each time they play.
User Interface: The game uses the turtle library to create a simple and interactive GUI, where players can use the arrow keys to navigate the snake.
Features:

Interactive UI: Clear and responsive controls using the arrow keys.
Live Score Updates: Real-time updates of the score displayed on the screen.
High Score Tracking: Remembers and displays the highest score achieved.
This game provides an enjoyable and interactive experience for users and serves as a fun way to showcase Python’s turtle graphics library. I believe it adds a fun feature to the repository and enhances the overall project!

Copy link
Contributor

👋 @Nandini-Sutrave 👋

We're delighted to have your pull request! Please take a moment to check our contributing guidelines and ensure you've filled out the PR template for a smooth process. We will review it soon.

@king04aman king04aman self-requested a review November 21, 2024 17:26
Copy link
Owner

@king04aman king04aman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your valuable contribution. Here are few suggestions:

  • Please consider adding README.md file for project along with there usages examples.

@Nandini-Sutrave
Copy link
Contributor Author

I’ve added the README file with detailed information about the Snake Game. Please review it and let me know if any further changes are needed, Thank you.

@king04aman king04aman merged commit 6a2ff2c into king04aman:main Nov 22, 2024
Copy link
Contributor

👋 @king04aman 👋

🎉 You've just merged your pull request! We're excited to have you in our community. Keep up the fantastic contributions to the project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants