VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Snake Game Python Tutorial

Snake Game Python Tutorial

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn to code a snake game using Python and Pygame. This is suited for intermediate level programmers with some experience but anyone is welcome to follow along. If you are unsure about how to install/download pygame checkout this link: https://www.youtube.com/watch?v=AdUZArA-kZw Download the code: https://pastebin.com/embed_js/jB6k06hG Tutorial from Tech With Tim. Check out Tim's channel: https://www.youtube.com/channel/UC4JX40jDee_tINbkjycV4Sg
Date: 2022-03-14

Comments and reviews: 5


34:24: When I tried to run it, the snake would move toward the right, but as soon as I hit an arrow key, it displays this error:
self.turns[self.head.pos[:]] = [self.dirnx, self.dirny]
TypeError: 'tuple' object does not support item assignment
I gained an understanding of most of the tutorial by giving verbose, meaningful names to all of the variables, but that error seems to be a show-stopper.

reply

Hey, Tim! I love your tutorials, but it's realy hard to understand what's going on, when u don't have HALF of code(
When you don't have cube class and all it's functions, but still using them
It made me cry, please don't make me cry next time!
I'll appreciate it

reply

Ok first time doing Python for me. TBH I didnt understand at all how movement is handled. Yes it works but really I dont like much the explanations. (saying hum yea that's how i's done, is not a valid explanation imo)
reply

hey! so I've tried to recreate and follow your video but when I try to run it, the game window doesn't show up to me. Is there any possibility for you to help me? Thanks!
reply

File -C:\Users\mario\snake2.py-, line 198
print(\'Score: \', len(s.body))
SyntaxError: unexpected character after line continuation character
pls help

reply
Add a review, comment






Other channel videos