Teaching an Absolute Beginner to Code

preview_player
Показать описание
Teaching an Absolute Beginner to Code

My friend has no coding experience, so I taught her how to make a video game in just 1 hour using Pygame!

--If you liked this video, here are similar ones you might enjoy!---

PolyMars - Learning Python in 2 Days - Pygame Community Jam
PolyMars - Learning SDL2 in 48 Hours - GMTK Game Jam 2020
Giedzilla - 1 Year of Learning Game Development In 6 Minutes
Tren Black - How I Learned Game Development in 30 Days
PolyMars - Making a Game With C++ and SDL2
PolyMars - Making a Game With Discord's Bot API
PolyMars - Best Python Game Wins $1000 - Game Making Challenge
CodyCantEatThis - I Made Pokemon Red & Blue but its 3D
Dani - Adding a Giant Crab to my Game So Netflix doesn't Sue me
Рекомендации по теме
Комментарии
Автор

When he said "you do enemies.add" and then it cut to it being "enemies.append", I felt that

xetanth
Автор

Basically you programming and her saying "wow" whenever she got lost lol.

But seriously, it's a very useful demonstration of the full process of coding. I bet many complete newbs watching this will be able to modify the game to f.e. have more frequent enemies, faster movement, maybe a score based on time/amount of frames etc.. Well played!

WilcoVerhoef
Автор

First PolyMars taught me the alphabet, now he’s teaching me to code, can it get any better?/??//??!!1!1!!11

NathanOnline
Автор

If this guy is my teacher I'd be unlearning pygame

k_gold
Автор

You declared the variables width and height but still proceeded to hard code 640 and 480 everywhere. But it was still a great video.

tchd
Автор

Very different vibe to normal but I enjoyed it quite a bit. With all the really complex tools and libraries around these days it’s easier to forget you can make something reasonably cool with very little in a short amount of time! Inspired me to maybe try a game jam with Pygame rather than Unity.

Frappocalypse
Автор

As a senior in computer science right now, I enjoyed this video. Feels like a very great way to get someone into programming for the first time, got to talk about all the basics in a single video, and even talked about graphics and game programming. Great video!

sergiohernandez
Автор

VSCode is also called a IDE, Integrated Development Environment, commonly known as: "the thing that has cool text on it"

lmtr
Автор

I might be biased because I learned how to program by making games in flash but I still think Flash+AS3 is the best way to learn how to code since it feels more organic to manage display using the animation editor and mange logic using code. It also has the advantage of not being forced to learn OOP before learning how to use variables and if statements.

QvsTheWorld
Автор

It would be cool to see a little more "back and forth" going on.
Like, you teach a little bit, and then ask them to elaborate on what you taught. It helps engage the learner more.

Andrewzero
Автор

It hearts me when a cool guy like you types "score = score + 1"

yonatanvaknin
Автор

I absolutely love how you gloss over the small typoes you make
(Also please use +=)

__lasevix_
Автор

polymars: adds a line of code and explains it. his friend: true

vr-alan-squirrel
Автор

This was actually a really cool video! Loved it!

lxp
Автор

it physically pains me when he writes [variable] = [variable] + 1

NStripleseven
Автор

0:57 this video was recorded in a completely different world. RIP Google timer.

chinareds
Автор

i love your definiton of "an absolute beginner" being someone who has taken a programming course in highschool. absolute bogus.

David-kczi
Автор

This video has taught me more than every pygame tutorial I have watched!

gamedevtudy
Автор

I loved it when he said “it’s polymarsin’ time” and polymarsed all over the place.

officialsnakepuppet
Автор

Moving the square with the arrow keys: woooow, oohhh

That’s so adorable :)

Linuxdirk