├── .gitignore ├── 1.jpg ├── LICENSE ├── README.md ├── main.py └── screenshots └── screen.jpg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StanislavPetrovV/Snake-Youtube-Tutorial/HEAD/.gitignore -------------------------------------------------------------------------------- /1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StanislavPetrovV/Snake-Youtube-Tutorial/HEAD/1.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StanislavPetrovV/Snake-Youtube-Tutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StanislavPetrovV/Snake-Youtube-Tutorial/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StanislavPetrovV/Snake-Youtube-Tutorial/HEAD/main.py -------------------------------------------------------------------------------- /screenshots/screen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StanislavPetrovV/Snake-Youtube-Tutorial/HEAD/screenshots/screen.jpg --------------------------------------------------------------------------------