Python Game Programming Tutorial: Space Invaders 0

preview_player
Показать описание
Introduction to my most popular coding tutorial, Space Invaders! Many years later, this is still my most popular tutorial - and I've even made additions since the original post. Enjoy!

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

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

Wow - I remember using Turtle in grade school in the 80s... I was surprised it still exists :) Thanks for sharing this!

curtish
Автор

Very useful tutorials! Thank you so much

lukita
Автор

i like this detail break down, support and thanks for sharing

Chessmasteclass
Автор

print("Thank you so much your videos are awesome")

TejrajParab
Автор

This is such a great video, thank you

yourfriendlyneighborhoodpi
Автор

i added some code:
bullets=[]

for i in range(number_of_enemies):

bullets[i]=turtle.Turtle()
bullets[i].color("red")
bullets[i].shape("triangle")
bullets[i].penup()
bullets[i].setheading(90)
bullets[i].shapesize(0.5, 0.5)
bullets[i].hideturtle()
now the enemies fire back also!!!

panagiotiskoligas
Автор

I am 12 and this seems nicew do you think i can do it?

aadit
Автор

Hey Christian, how can I connect to you? Me & my friend made a game inspired by your space invaders series. I want to share with you the end result. I couldn't find you on LinkedIn.

rishabhsaxena
Автор

I'm using python 3.5 and I can't register the images it says ;
"Bad arguments for register_shape.

use help(register_shape)

plz help me...

mmesoemmanuel
Автор

Dude, i have a problem.


When i use the "for side in range(4):
border_pen.fd(600)
border_pen.lt(90)"


It doesn't show me the bot and top borders... help?

pacheco
Автор

are these videos still live? Just loop. None of them are playing... shame if that is the case

jamesm
Автор

Hello Sir, You explained very well. But i got stuck in one position, i copied exact code but the left and right movement is not happening in Lecture no.2("space Invader2) . Please help

deepakdewangan
Автор

Bro I just had a great idea that will be a pretty AWESOME coding idea... what if you make a guitar hero code 0_0

mister.e
Автор

sir can you make it in python 3.7? i am using python 3.7 your code it not working plss help me

girlsboysgamer
Автор

I am using a mac too and when I click run code, it just uses python 2.7 launcher rather than python3 :/
Can you do a tutorial on how to set up visual code and your mac to program with python?

Zousky
Автор

what type of idle you use in this program ?

juliuscarvero
Автор

Hi Guys, i am not geting the screen (wn) the code seems to run and also i see that python launcher is trying to open but i don't get any screen, i am running the code in XCode. do you k

astmp
Автор

My window keeps saying not responding when i try to close it. Using python 3 on windows

claytonyoung
Автор

Can you tell me that in this game how can I store the score and player name both either in binary file or csv file or My Sql .... I have completed the whole game but unable to find how to store data can you pls help me in this process..

satvikgautam
Автор

How about in python 3.8.1 will it work

edstv
visit shbcf.ru