https://github.com/billstephens2022/snake-game-python
This is a re-creation of the Snake Game (built with Python) where the "snake" is controlled using the keyboard directional keys and is steered to eat food that is randomly generated on the screen. As food is eaten the snake grows and the player must keep the snake within the bounds of the screen and avoid collisions with itself.
https://github.com/billstephens2022/snake-game-python
game python python-turtle python3 turtle
Last synced: 3 months ago
JSON representation
This is a re-creation of the Snake Game (built with Python) where the "snake" is controlled using the keyboard directional keys and is steered to eat food that is randomly generated on the screen. As food is eaten the snake grows and the player must keep the snake within the bounds of the screen and avoid collisions with itself.
- Host: GitHub
- URL: https://github.com/billstephens2022/snake-game-python
- Owner: BillStephens2022
- License: mit
- Created: 2023-03-29T11:44:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T13:02:49.000Z (about 2 years ago)
- Last Synced: 2025-02-06T06:28:57.347Z (5 months ago)
- Topics: game, python, python-turtle, python3, turtle
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game
## Description
This is a re-creation of the Snake Game (built with Python) where the "snake" is controlled using the keyboard directional keys and is steered to eat food that is randomly generated on the screen. As food is eaten the snake grows and the player must keep the snake within the bounds of the screen and avoid collisions with itself.
Screenshot:
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Installation
run main.py from terminal
## Usage
Steer snake with directional keys, eat food, and avoid collisions with screen walls and collisions with its own tail. Score is incremented upon eating randomly generated food particles.## License
This application is covered under the MIT License.
For more information: https://opensource.org/licenses/MIT
## Contributing
N/A
## Tests
N/A## Questions
Contact Info
GitHub user name: BillStephens2022
Link to GitHub profile: https://github.com/BillStephens2022
Email: [email protected]