A snake game developed using Python based on object-oriented programming principles.
Snake_game.mp4
To start the game, run the following command in the terminal:
python main.py
Play the game with arrow keys:
↑to move up↓to move down←to move left→to move right
- Python 3.12.0