https://github.com/v-adhithyan/retro-snake-game
https://github.com/v-adhithyan/retro-snake-game
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/v-adhithyan/retro-snake-game
- Owner: v-adhithyan
- License: mit
- Created: 2019-07-19T03:20:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T04:27:41.000Z (over 5 years ago)
- Last Synced: 2025-01-08T17:44:21.152Z (5 months ago)
- Language: Python
- Size: 329 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Snake game
Classic snake game written in pure python with zero external dependencies.
Game is complete. Certain refactoring has to be done.## Requirements
- Python 3.7.2
- The game was developed in 3.7.2.
## Running the game- Open terminal/cmd
- Navigate to this repo.
- Run `python snake.py`## Screenshots
## License
MIT