Python Game Programming Tutorial: Space Invaders 1

preview_player
Показать описание
#Python #Tutorial #Beginner

NEED HELP?

❤️❤️ SHOW SOME LOVE AND SUPPORT THE CHANNEL ❤️❤️

Click Join and Become a Channel Member Today!
Channel members can get preferential comment replies, early access to new content, members only live streams, and access to my private Discord.

Amazon Affiliate Links

Other Affiliate Links

LINKS

LEARN MORE PYTHON

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

This man is a legend he still respond to people after 5 years

jad
Автор

i like how you just started without an introduction. i like you already

jorgennorstrom
Автор

Thank you for still responding to people needing coding help in the comments after 5 years, you are an awesome youtuber!

Milardikan
Автор

i spend around 20 minutes trying to figure out what i did wrong with the code and my dumb-ass finally realized that i misspelled "player" as "pleyer"

Salad_Bowl_
Автор

still waiting for that comment saying "who's watching 2020?"

nathananimations
Автор

I'm French and beginner in programming ! This tutorial is very good to understand Python !
Thank you ;-)

amaurydulaz
Автор

Mega Chad answering questions to this day definitely have to subscribe

blutraash
Автор

To those who have trouble with the not responding issue...
At the bottom of your script, type in wn.mainloop(), if your window variable is name wn, or just replace wn in wn.mainloop() with whatever you named your variable for the window.

This should do the job, but if it happens again delete the line of code and type it in again, and it will function normally again.

moonlightw
Автор

hey everyone,
for all those people getting raw_input is not defined change "raw_input" to input.

Siddhesh
Автор

great tutorial im learning python myself its fun to code!

George
Автор

Legend says that he still answers all of the comments

gavinshistorychannel
Автор

Instead of using delay = raw_input() use delay = input() \\ this was changed in Python 3

rgbstar
Автор

Mate, your video is saving me. I've got a large coding project to do in about 4 days, so i'm really grateful that these seriers about this game programming is here. Thanks!

pacaura
Автор

5:22 People just learning how to write code, you'll be saying this ALOT😂

OGZpc
Автор

Amazing and really easy to follow :) 👍 good job

coltygames
Автор

on python 3 you have to rename "raw_input" to only "Input"... raw_input is for python 2.. i hope i could have helped anybody

onettproduction
Автор

I clicked on this video thinking it would be impossible you made it simple for me and I thank u

Bludi
Автор

I’m 13 and I spent about 4 months learning python and it’s great I can make some cool games it’s super easy to learn highly recommended.

marcusthroop
Автор

If I write delay= raw input ("Press enter to finish"), the Shell writes NameError: name 'raw_input' is not defined, what should I do? (Also the window doesn't close on it's own anyway)

richardplate
Автор

I started liking your videos by just watching your pong game tutorial !!!

yuvithegreat