Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khoido2003/snake_game
Classic snake game using Turtle library
https://github.com/khoido2003/snake_game
Last synced: about 1 month ago
JSON representation
Classic snake game using Turtle library
- Host: GitHub
- URL: https://github.com/khoido2003/snake_game
- Owner: khoido2003
- Created: 2023-09-06T04:54:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T16:08:44.000Z (over 1 year ago)
- Last Synced: 2024-01-10T18:16:13.436Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game using Python Turtle Graphics
## Introduction
Welcome to the Snake Game project! This is a classic arcade game implemented in Python using the Turtle graphics library. Take control of a hungry snake, guide it through the maze, and see how long you can make it grow without colliding with walls or itself.
## Prerequisites
Before you begin, make sure you have the following installed:
- **Python (3.x recommended)**
- **Turtle graphics library** (usually comes with Python)## How to Play
🎮 **Controls:** Utilize the arrow keys (`↑`, `↓`, `←`, `→`) to skillfully navigate the snake.
🍏 **Objective:** Your mission is to consume the vibrant green food dots 🟢 to expand your serpent 🐍 while evading collisions with both the formidable walls and your own serpentine body.
💥 **Game Over:** The game reaches its gripping conclusion when you meet an untimely demise by crashing into a wall or yourself.
🔄 **Restart:** Rekindle your snake's journey with a simple press of a specific key (e.g., `R`).
---
## Documentation📚 **Link to the documentation**: [Python Turtle Documentation](https://docs.python.org/3/library/turtle.html)
---
## Getting Started
To start playing the Snake game, follow these steps:
**Clone the repository:**
```bash
git clone https://github.com/yourusername/Snake_game.git
cd Snake_game