Welcome to the Snake Game repository! This project aims to recreate the classic Snake game in a fun and interactive manner. It provides a simple yet engaging gameplay experience that will surely bring back nostalgic memories.
- Intuitive controls: Use the arrow keys or WASD to control the snake's movement.
- Growing snake: As the snake consumes food, it grows longer, increasing the challenge.
- Score tracking: Keep track of your score as you eat more food and grow your snake.
- Game over condition: Be careful not to collide with the walls or the snake's own body, or it's game over!
To play the Snake Game locally, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/maeri18/snake.git
- Open the project directory:
cd snake
pip install -r requirements.txt
- Launch the game by running the command
python back-end.py
.
That's it! You are now ready to play the Snake Game on your computer.
Contributions are always welcome and appreciated. If you would like to contribute to this project, please follow these guidelines:
- Fork the repository and create your own branch.
- Make your changes and test them thoroughly.
- Ensure your code follows the project's coding style and conventions.
- Submit a pull request, explaining the changes you've made and their purpose.
This project is licensed under the MIT License. Feel free to modify and distribute this game for personal or commercial purposes.
The Snake Game project is inspired by the classic Snake game that has brought joy to countless players over the years. We would like to express our gratitude to the developers and contributors of open-source projects that have helped make this recreation possible.
If you encounter any issues or have suggestions for improvements, please feel free to open an issue on this repository. Enjoy playing the Snake Game!