

▶▶NEED HELP?◀◀
Watch this first and then let me know in the comments below:
▶▶▶▶ LINKS ◀◀◀◀
►►GITHUB:
►►Follow me on Twitter:
►►Subscribe to my Newsletter:
►►Check out my Blog:
►►Download Geany Editor:
▶▶▶▶ LEARN MORE PYTHON ◀◀◀◀
►►Space Invaders:
►►Snake Game:
►►Pong:
►►Space War:
►►Intro to Python (for Java Coders):
**AND**
►►Space Arena – The Ultimate Python Turtle Graphics Game Tutorial:
▶▶▶▶ LEARN MORE JAVA ◀◀◀◀
►►Basic Java for Beginners:
►►Intro to AP Computer Science A:
source
So when i ran my code it kept freezing and it said not responding. i consulted my dad who majored in computer information systems and said that i needed to change a error based on the error message but he didnt know how to fix it and neither did i plz help me
https://pastebin.com/y5SeqBRc
Another problem: it says the turtle is not defined here is my code:
https://pastebin.com/vSzJewhP
and here is what it says:
File "C:Users\HostSpace Invaders Game.py", line 16, in <module>
border_pen(3)
TypeError: 'Turtle' object is not callable
What kind of python do you have
just noting that some people have to use '.goto' instead of '.setposition' for newer versions. ya and great vid!
never mind i forgot to put in the game loop
it works now. thanks!
um my code is not working. the screen doesn't open up, it just hangs there. could you help me please? this is my code.
# space invaders
#set up the screen.
import turtle
import os
#set up the screen
wn = turtle.Screen()
wn.bgcolor('black')
wn.title('space invaders')
wn.tracer(0)
I am on windows 10, and it says that raw_input is not defined. Any problems?
I don't get the part when it says delay = raw_input("Press enter to finish") btw I am on pycharm.
'border_pen' is not defined. Any help?
READ ME i issue i have faced and i think you may have is that you have not indented proporly check your indentation twice its very important i guess python is case sensitive (i think thata what you call it)
when my screen pops up my mouse starts rolling like the rainbow on a mac
You r writing on which thing means what is that app name plz tellllll???
This man is a legend he still respond to people after 5 years
can you make the enemies shoot back
here is past share website link for you with my code i hope this helps you to help me LOL serious not though i am stumped on the game window saying not responding but here ya go
https://pastebin.com/eLUPRdW8
for some reason the window says not responding i am stumped on how to fix this if anyone has any ideas please let me know.
This is my code: https://pastebin.com/9aAffqs2
I don't have an error code, but after it opens it closes almost instantly
sorry for bad english
raw_input is not defined, what should i do sir. i tryed and it said: EOF when reading a line. @@
hello on your space invaders script i keep getting an error for moving right here it is. File "space.py", line 47, in move_right
X += playerspeed
UnboundLocalError: local variable 'X' referenced before assignment
please help me
Running into problem where the player is in the middle of the screen, I've copied the end of the video to a T and still not only is in the middle ,but the position is still facing right