Python Game Programming Tutorial: Pong Part 1 Getting Started

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

This stuff is so much cooler than what we learn in school (we've only been doing word and stuff).. Thanks for the well structured tutorials.

kilianpotts
Автор

This and I'm not joking my head blew up when I saw this was working!

djcupcakestar
Автор

Am 19 and just starting this kind of stuff with python. Your videos are really interesting. Wish I tried this stuff sooner

crvckerjack
Автор

Thank you man, you've got great tutorials

tralleshatirasi
Автор

What software are you using? Can I use Sublime, Atom or Jupyter notebook? You should really include this in the video for us beginners....

feyrol
Автор

Programming a Pong clone in Python is on the first impression not a very complicated task. But it's the fundamental skill if somebody is interested in Artificial Intelligence. Without a given game, it's not possible to build the AI-agent on top. Sure, it's possible to utilize existing game environments like OpenAI gym, but creating a simulation by hand is the more flexible way. In the example pong game engine, the programmer can decide by it's own what the rules are and what the term “collision” means. Thx for this nice written tutorial, i will it recommend it with your permission.

aanew
Автор

This video was great, I started coding a few weeks ago and found this great.

willpal
Автор

Came here from the snake tutorial! Keep it up!

jacksucksstreams
Автор

Hi, I just downloaded Python 3.7.2 and there was no file button at the top and then i realized you were using Visual Studio Code and I downloaded that and Turtle but Turtle wont run when I type in the same command you used and at the button of your screen in the terminal to the right of your screen it says python while mine says Powershell. How do I change this and get Python and turtle to work? When I just boot up Python on windows turtle works fine but there is no save or file button which is why i downloaded Visual Studio Code. Any help would be greatly appreciated

OhYeahYeah-ghpj
Автор

Amazing!! Thanks for helping us to learn python. Greetings from Argentina

diegorodriguezcharre
Автор

For some reason when I type turtle.Screen() it doesn’t work, I made sure it was capital and everything
Edit: never mind I figured it out (problem was it didn’t save)

ohtych
Автор

by the way, your vid was great because I am a beginner and it helped that you were targetting it at us

truer
Автор

i am aware i have seen this series i just didnt know where else to ask this: how would i assign a value like xpos to my paddle for the x value i know how to do speed like: .dx .dy but how about the actual position?

colwarsstudiobrickfilmandm
Автор

I love your tutorials, make more projects with python 3 ! sorry my english, i'm brazilian ;)

Bilolado
Автор

I don't know what you are using to make this how do you get this python 3

sandyathiyyari
Автор

can you tell when we get the templates to choose for our programmes at the time of the creating new projects, which template of python you chose because i cant get into the program because of that

kurashimataro
Автор

bro i got a problem it say me true is not defined

elgrande
Автор

Hello i love your videos!
You explain it very well!!!

fanaticrs
Автор

if i made my width and height were smaller, would it change anything? here is the line
wn.setup(width=650, height=600)

_hannahyuan
Автор

what python model do you use in python 3?

lucidvibes