An open API service indexing awesome lists of open source software.

https://github.com/soulyma/snake_game

I made a Snake Game using only turtle library in python
https://github.com/soulyma/snake_game

game game-development python turtle-python

Last synced: 3 months ago
JSON representation

I made a Snake Game using only turtle library in python

Awesome Lists containing this project

README

          

# Snake_Game
I made a Snake Game using only turtle library in python. You can control the snake movement by using the w a s d buttons and the snake grow each time she eats the food, and die when she hit the wall.