A simple console-based Snake game implemented in Python using the curses library.
- Python 3.x
- Clone the repository:
git clone https://codeberg.org/betazetadev/snake-game.git
- Navigate to the project directory:
cd snake-game
- Run the game:
python snake.py
- Use the arrow keys to control the direction of the snake.
- Eat the food (represented by π) to grow the snake and increase your score.
- Avoid running into the walls or colliding with the snake's body.
- The game ends when you hit a wall or collide with the snake's body.
- Score tracking.
- Increasing speed as the score goes up.
- Game over screen with the final score.
This project is licensed under the MIT License - see the LICENSE file for details.