This is a classic Snake game implemented in Python using the Pygame library.
Python 3.x Pygame library (pip install pygame)
Make sure you have Python and Pygame installed on your system. Clone this repository to your local machine or download the ZIP. Navigate to the project folder containing the main.py file. Run the game by executing the following command: python main.py
- Left Arrow: Move the snake left.
- Right Arrow: Move the snake right.
- Up Arrow: Move the snake up.
- Down Arrow: Move the snake down.
- Escape: Exit the game.
- Enter: Restart the game after Game Over.
This project is licensed under the MIT License.
Feel free to contribute to this project. If you encounter any issues or have suggestions, please create an issue or a pull request.
sh4dowpunk
