Build a Snake Game in Python in Under 50 Lines of Code

preview_player
Показать описание
Learning Python? Enjoy a quick tutorial on how to build a super simple Snake game right in your terminal in under 50 lines of code!

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

This is a great little tutorial. And the voice-over quality is fantastic!

egeeshobbies
Автор

Who did never play this funny game? Now in a python version... thx Carla

bhmarque
Автор

I'm going to try this on my end! Great quality video!!

DoreneCodes
Автор

I try to run it and i get this error. Why is that?
Traceback (most recent call last):
File "C:\Users\John\AppData\Local\Programs\Python\Python37-32\Scripts\snaker.py", line 5, in <module>
curses.initscr() #initialize
File "C:\Users\John\AppData\Local\Programs\Python\Python37-32\lib\curses\__init__.py", line 30, in initscr
fd=_sys.__stdout__.fileno())
AttributeError: 'NoneType' object has no attribute 'fileno'

softwhere
Автор

Hey! I just found your channel and subscribed, love what you're doing!
I like how clear and detailed your explanations are as well as the depth of knowledge you have surrounding the topic! Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. I wish you the best of luck on your YouTube Journey, can't wait to see you succeed! Your content really stands out and you've put so much thought into your videos!

Cheers, happy holidays, and keep up the great work :)

empowercode
Автор

Thank you, that was very helpful! Subscribed!

MichaelBacaArtist
Автор

Today I also create snake game but it was so complicated but after watching this video..
Me be like - what the hell I am doing 🥺😂

PodClipCasting
Автор

Traceback (most recent call last):
File "C:\Users\user\Desktop\snake.py", line 29, in <module>
window.timeout(140 - (len(snake)/5 + len(snake)/10)%120)
TypeError: integer argument expected, got float

farukabdullamunshi
Автор

Hi, nice tutorial but I don't know how to open it in Terminal

oliverdropcotutorials
Автор

it says "break" outside loop

WillNys
visit shbcf.ru