A simple Snake Game built using Python and Tkinter.
- Use arrow keys (⬆️⬇️⬅️➡️) to control the snake.
- Press Spacebar to start the game.
- The snake grows when it eats food (blue square 🟦).
- The game ends when the snake hits the wall or itself.
- Smooth controls using keyboard input.
- Start game only when pressing Space (prevents unwanted movement at launch).
- Random food placement within game boundaries.
- Game over screen when losing.
- Install Python (if not installed) from python.org.
- Clone this repository:
git clone https://github.com/YOUR_USERNAME/snake-game.git cd snake-game
- Run the game:
python "Snake 1.py"
- Add a scoring system with high scores.
- Implement different difficulty levels.
- Improve UI with modern graphics.
This project is open-source and free to use.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0).
This means you are free to use, modify, and share this project, but commercial use is prohibited without the author's permission.
More details: Creative Commons BY-NC 4.0
🚀 Happy Coding!