PyGame Snake Beginner Tutorial in Python - PART 1 | INITIAL SETUP & SNAKE LIST

preview_player
Показать описание
In this Python Snake Tutorial I cover the initial game setup as well as creating the snake list and drawing it on the screen

Рекомендации по теме
Комментарии
Автор

Hey Russ! This video really helped me get the basics of pygame down and I added many features to your version of the snake game. Features I added-
i)Buttons that change color when the cursor hovers over it
ii)Saving the high score even after the game is closed
iii)Level system with obstacles
I'd love it if I could show you my version! :D

fahmidfaiyajchowdhury
Автор

If you found the video useful, please support the channel by LIKING and SUBSCRIBING . Thanks, Russ :)

CodingWithRuss
Автор

hi could you share the code of this
because my snake rects are flippering dont know why
lol

hadithe
Автор

Bro that int that you used for the first coordinates in the snake list is redundant. If you use Num/Something you always get an integer

javedmamo
Автор

Hi could you please upload the code on github ?

hadithe