Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aishikmukherjee/snake_game_in_python_using_turtle
Developer/Creator: Aishik Mukherjee
https://github.com/aishikmukherjee/snake_game_in_python_using_turtle
coding-challenge final-year-project free game game-development game-in-python intermediate learn-to-code oops-in-python programming programming-languages python-3 python-turtle-graphics python3 ready-to-use snake-game snake-game-in-python snake-game-python solo-project turtle-python
Last synced: 1 day ago
JSON representation
Developer/Creator: Aishik Mukherjee
- Host: GitHub
- URL: https://github.com/aishikmukherjee/snake_game_in_python_using_turtle
- Owner: aishikmukherjee
- Created: 2024-10-17T16:16:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T17:04:09.000Z (2 months ago)
- Last Synced: 2024-12-15T12:42:06.584Z (8 days ago)
- Topics: coding-challenge, final-year-project, free, game, game-development, game-in-python, intermediate, learn-to-code, oops-in-python, programming, programming-languages, python-3, python-turtle-graphics, python3, ready-to-use, snake-game, snake-game-in-python, snake-game-python, solo-project, turtle-python
- Language: Python
- Homepage:
- Size: 6.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake_game_in_python_using_turtle
_____
PROJECT INFO:
- AIM: To recreate the classic snake game for educational and fun purposes
- Project name: Snake game in python using turtle
- Date of completion: 17-10-2024
- TYPE: Solo projectInstructions:
- To run and use the program download all the files
- Keep all of the files in the same directory in your system
- Run/Open/Execute 'SNAKE_GAME_EXECUTABLE_17_10_2024_by_Aishik_Mukherjee.py' to play the game. Enjoy :)
- Don't touch other files if you don't know what you are doing.
- email me at [email protected] for support / any querry.
- To check if your system has python installed or not, visit: https://www.naukri.com/code360/library/how-to-check-python-version-in-cmdWARNING: YOUR SYSTEM MUST HAVE Python installed for this program to work. [ RECOMENDED: Python3 ]
Developer/Creator: Aishik Mukherjee