Simple Python Turtle Graphics Game (Part 1)

preview_player
Показать описание

NEED HELP?
🆘 If you need help, please copy and paste your code into a comment along with any error messages. I'll take a look when I'm able and get back to you.

LINKS

LEARN MORE PYTHON

LEARN MORE JAVA

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

Omg game programming tutorials without having to learn a complicated engine along with programming consepts, thank you !!!how do u not have a million subs?

disneyfannrkrb
Автор

Your the best
I searched "most basic tutorial for Python game"
It lead me to a website into coding AN ACTUAL APP

luxurious
Автор

For anyone who is having trouble with the delay instead of putting
delay = raw_input()
Instead use
delay = input()
This seemed to fix the problem for me

ppart
Автор

Dude...









Amazing, i'm just getting into coding!

retrogamingbros
Автор

wow awesome you've teached very nicely

hariharanm
Автор

Thank you for the lessons. I have just started Gcse Computer Science, and this helps a lot. Thanks again.

MitzukiFinest
Автор

This really helped me for my semester a making more videos...

paraggaonkar
Автор

I don't use mac .i use windows so what should i use to do it

shribhagwanmaurya
Автор

thank you much this is a great channle

WopSalad
Автор

Hi i just completed the -"turtle.onkey(move_left, "Left")
turtle.onkey(move_right, "Right")"
and when i run the whole program everything is fine until i try move the triangle. I get a rainbow cursor that wont stop spinning.
Can you help me please?

fuadabodunrin
Автор

u are the bests!!! it it still works even in python 3!!

stuffs
Автор

When i write the delay variable, it keeps getting errors. Please help me

khanganh
Автор

when i wrote delay = raw_input("Press Enter to finish.") it gave me the error that raw_input is not defined

stardusttheprotogen
Автор

Hey Chris...Have any tips for someone who wants to start a youtube channel regarding python games????

clashwithnumaan
Автор

you are using python2 can you change it into python3?

noobtimespronoobtimespro
Автор

the raw input thing is not working for me what alts can i use?

beastgamerx
Автор

In which u r working it is anaconda or python idle

shribhagwanmaurya
Автор

Very useful tutorial. Which IDE do you use?

soniferous
Автор

Traceback (most recent call last):
File "C:/Users/dange/Desktop/HTML AND JAVASCRIPT/PYTHON/Space Invaders.py", line 20, in <module>
delay = raw_input("Press Enter to finish")
NameError: name 'raw_input' is not defined

And heres my code: #Turtle Graphics Game
import turtle

#set up screen
wn = turtle.Screen()
wn.bgcolor("lightgreen")

#Create player (turtle)
player = turtle.Turtle()
player.color('blue')
player.shape("triangle")








delay = raw_input("Press Enter to finish")#Turtle Graphics Game
import turtle

#set up screen
wn = turtle.Screen()
wn.bgcolor("lightgreen")

#Create player (turtle)
player = turtle.Turtle()
player.color('blue')
player.shape("triangle")








delay = raw_input("Press Enter to finish")

wizardaidan
Автор

Hello. Just another comment passin' by again!
Last time I did the thing, everything was perfect but now... theres a weird error it says :
Traceback (most recent call last):
File "/Users/SomethingThatsPrivate/Documents/simpleandfirstgame.py", line 5, in <module>
wn = turtle.Screen()
AttributeError: module 'turtle' has no attribute 'Screen'
Do you know whats wrong? this is the script for the screen :
import turtle
import math
import random
#set up screen
wn = turtle.Screen()
wn.bgcolor("Royalblue")
colors = ['darkgreen', 'Green', 'darkgreen', 'Green']

アリちゃんねる-vl
join shbcf.ru