How to Make a Game in Python

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 433

  • @anactualalpaca7016
    @anactualalpaca7016 Год назад +73

    Tim, not many people out there teach code in such a comprehensive and easy to digest manner like you do. Most tutorials are really hard to follow and the person teaching is either super unorganized, or just really bad at teaching in general for many reasons. But you get it dude, and people like me (people who wanna learn,) appreciate it a ton

  • @codsweat5152
    @codsweat5152 Год назад +96

    i am new to python and pygame but i can say it has been the best 43 min of my time with coding..
    and i never thought i will go through the day without using print()
    message = "good bye!!"
    print(message)

    • @ok.9516
      @ok.9516 9 месяцев назад +15

      or you can just print("goodbye!") or am i missing something?

    • @BloonsSanity
      @BloonsSanity 9 месяцев назад

      @@ok.9516 u can but it looks more professional to write a variable for some reason

    • @MewMasterDaMewnza
      @MewMasterDaMewnza 8 месяцев назад

      @@ok.9516, yes but it looks more advanced, that's why.

    • @MikkahLive
      @MikkahLive 6 месяцев назад

      @@ok.9516 Yes you can do that, but they're making a joke.

    • @thewanderingcrusader
      @thewanderingcrusader 5 месяцев назад

      @@ok.9516 its just good practice to use variables

  • @JamTSAA
    @JamTSAA 5 месяцев назад +6

    TechWithTim = "The Goat Of Python"
    if 2 > 1:
    print(TechWithTim)
    Output:
    The Goat Of Python

  • @asifmehrabi5154
    @asifmehrabi5154 11 месяцев назад +10

    THIS WAS THE BEST TUTORIAL EVER I HAVE GONE THROUGH OVER 50 VIDEOS AND I ALWAYS GIVE UP BECAUSE THEY ARE TOO HARD BUT THIS WAS A VERY SIMPLE YET FUN PROJECT!
    TY SO MUCH KEEP IT GOING!

    • @marc8451
      @marc8451 9 месяцев назад

      Are you taking ap csp

    • @asifmehrabi5154
      @asifmehrabi5154 9 месяцев назад

      what is that????@@marc8451

  • @_FutureFocus
    @_FutureFocus 5 месяцев назад +2

    To be as knowledgeable as you clearly are and still be able to dumb it down enough to communicate that knowledge to a complete beginner is a rare skill. You made this SO easy.
    Thank you!

  • @fidelrivera2887
    @fidelrivera2887 Год назад +72

    Pygame has been a lot of fun to learn... I'm still in the learning phase but the gears are already turning when thinking of new ideas to try and implement. Thank you for the great help... it only gets clear with practice and good guidance like you provide here 👍

  • @bee16384
    @bee16384 Год назад +6

    Tim, thank you very much for this great tutorial. I got so addicted over the weekend that I changed the game to run in full screen, added sounds and music, lives, etc. As you said, it is great starting point and as well a real good example to give pupils an intro into programming on a fun way.

  • @summaalchemica364
    @summaalchemica364 Год назад +9

    This is the first tutorial I got all the way through for Python. Very well made, thank you.

  • @caw25sha
    @caw25sha Год назад +265

    For anyone who's recently upgraded to Python 3.11, you'll need to add --pre to your pip command until they update PyGame.

    • @fidelrivera2887
      @fidelrivera2887 Год назад +11

      That explains a lot... been having issues especially while debugging

    • @jacob-4595
      @jacob-4595 Год назад +5

      add how/where? beginning? end?

    • @jacob-4595
      @jacob-4595 Год назад +7

      @Joshua Rose very helpful to a beginner thank you

    • @jacob-4595
      @jacob-4595 Год назад +3

      @Joshua Rose and where can one find this documentation?

    • @annoyingzebra7460
      @annoyingzebra7460 Год назад +4

      do you say --prepip install pygame? doesn't work for me i'm confused

  • @thoserandomshredders
    @thoserandomshredders Год назад +17

    As a beginner python coder: your tutorials help me so much. Keep making them!

  • @ameliaschmidt4634
    @ameliaschmidt4634 2 месяца назад +1

    My boyfriend is super excited about teaching me how to code so I'm making a game to surprise him. This tutorial is super easy to follow and I am so thankful that you explain what the code does as you go through the steps for newbies like me. This is so helpful 🙏🙏

  • @Anonymous-dk7ek
    @Anonymous-dk7ek Год назад +6

    You're GOATED bro.I respect your dedication after all these years from when you were very young...Keep it up

  • @Nitreous
    @Nitreous Год назад +3

    After watching just 2 of you videos, the "Learn Python with this one project" you made 5 months ago, and this one I decided to write the code to print a full times table to the console (will do it to a game window next) and I spaced all the numbers correctly in the console so they appear in nice columns... single digits and double digits made the spacing all wrong.
    Nothing fancy but its little bits like this that build familiarity with the syntax.
    My goal with pygame is to build a spirograph style project as I remember spending all my lunch breaks on the schools BBC micro in the science labs when I was 15 playing with the code to generate the images
    the time and effort you put into these tutorials is greatly appreciated and I will be going through all your videos to aid my learning journey.

  • @stopmotionman7525
    @stopmotionman7525 11 дней назад +1

    Thank you for that brilliant video, which opened another exciting programming way for me. 😁

  • @nchucks72robert99
    @nchucks72robert99 10 месяцев назад +1

    This is nice, normally i thought python would be hard compared to CSS but with this lesson, i realized that
    it is actually simpler than i expected.
    From me to you, "Dude, I love your tutorials"!!!!!!

    • @TechWithTim
      @TechWithTim  10 месяцев назад +1

      Wow thanks for the comment!

  • @BumbleBeeast_
    @BumbleBeeast_ Год назад +15

    This was honestly such a fun tutorial! I now have a functional game that I can show off and mess with to try to work on my code abilities! Thank you! I was also able to add a lot of your descriptions as to why you put certain things where you did that way I can reference back to it if needed! Great tutorial!

  • @WorkMoney-y3r
    @WorkMoney-y3r 3 месяца назад

    First attempt, first game. Excellent tutorial, Your style of teaching is brilliant. Thank you very much!

  • @wyattearth4414
    @wyattearth4414 5 месяцев назад

    I'm so happy I made this. I feel like I really got a foot in the door for game dev

  • @gigameister321
    @gigameister321 11 месяцев назад +8

    Hey Tim! I just wanted to say how much I appreciate these videos! I am using them to learn python and it's going well for me. I'm about halfway done with this one rn, I look forward to following many more of you're tutorials! Thanks again.

  • @seanyB0123
    @seanyB0123 11 месяцев назад +1

    Really grateful for this video. I had a bit of a rocky start and I had to rewind about 50 times because I was making errors but you explained everything clearly and concisely. I've got a long way to go but you have helped me take my first few steps on realizing some daft and hopefully fun ideas
    Thanks again :)

  • @litonmajumder8329
    @litonmajumder8329 4 месяца назад +2

    Keep it up broo....I REALLY LOVE YOUR TUTORIAL

  • @TevlanTea
    @TevlanTea Год назад +2

    I finished the game, and I wasn't able to do the text, as I was using too old a version of python but I got it working and it's great! thanks!

  • @Drifters_Productions
    @Drifters_Productions 11 месяцев назад

    Wanted to make a comment to house the code. Fantastic tutorial. I recommend watching other videos on python to simply get an understanding of loops and variables. Then coming back. Makes the whole thing a lot more understandable !!

  • @rileylecaptain113
    @rileylecaptain113 11 месяцев назад

    This tutorial was amazing and even turned it into a game about traversing a asteroid belt, I managed to replace the squares with images and now all I need to do is figure out on making a menu, and import audios along with a small tutorial box at the start

  • @medohamada7883
    @medohamada7883 Месяц назад

    Bro I Learned All of Pygame In this ONE tutorial

  • @daviesfamily9608
    @daviesfamily9608 10 месяцев назад +1

    Incredible tutorial Tim!! The only thing that would have been more helpful for me to understand would probably be adding doc strings for functions and a few in line comments.

  • @shawn445
    @shawn445 Год назад +8

    TIm, thank you so much for all of your great videos. They've been great for me to follow along and learn python. I wish you have an extended part of this video or a connected video that went into putting a graphic sprite as you mentioned so you could have more than just a red block. I went nerdy and made my background a space and TARDIS image and themed the messages and name from Doctor Who, but I am not nearly advanced enough to know how to change it to a sprite.

  • @robmertens5214
    @robmertens5214 6 месяцев назад

    Well, this is the first pygame tutorial that actually made sense to me, thanks!!

  • @gandymar
    @gandymar 4 месяца назад

    I just made a strategy game in Python. Very happy.

  • @amirilifee
    @amirilifee Год назад +2

    You motivated me to make my own channel and teach programming. And so I did !! ))

  • @rayyan-n9k
    @rayyan-n9k Год назад

    Thanks tim made the game watched till the end always love your videos

  • @mjrober33
    @mjrober33 Год назад +1

    I enjoy coding along with different projects, learn something new each time. Thank You

  • @QuocDatPhung
    @QuocDatPhung Год назад +3

    Wow this is what I've been searching for!

  • @Pultset
    @Pultset 8 месяцев назад

    Really nice tutorial! If you guys finished this tutorial, try to figure out how to make game restart automatically after you got hit by "star" and then try to add score system. You learn best when you have to figure out thing on your own :)

  • @CheeseSticks65757
    @CheeseSticks65757 Год назад

    yo I'm not going to lie, I'm a new programmer and this vid don't go into to while loops that much, But it made me understand while loops more then a video on them. Great job!

  • @Boogie-wi7hd
    @Boogie-wi7hd 11 месяцев назад +1

    Thanks man. Learned a lot from this tutorial, keep it up!

  • @Mxllys-z
    @Mxllys-z 2 месяца назад

    THANK YOU SO MUCH FOR THE TUTORIAL! now I can flex my work to my Big Bro!

  • @Nitreous
    @Nitreous Год назад +1

    Sat here watching this and this type of game was one of the first games I ever made when I got my 16k ram pack for my ZX-81

  • @brandon-D
    @brandon-D 4 месяца назад

    as a beginner, thanks a lot, the video was very clear and you explained the reasoning behind each step which i found very useful.

  • @tomatencio9223
    @tomatencio9223 4 месяца назад

    If there were a contest for the longest ads on a post you would win hands down!!!

  • @Jan_Seidel
    @Jan_Seidel 9 месяцев назад

    I love this tutorial!
    A real kickstart into Python if you already have some programming knowledge :)

  • @Ector_902
    @Ector_902 Год назад

    Watched one video and already Subscribing. You make python language a lot easier than what im learning it in a duolingo type way.

  • @lifeofintention4711
    @lifeofintention4711 11 месяцев назад

    Thank you very much for helping me/us learn to code in this practical and explanatory way. You are clear and direct with your explanations and provide a good basis to move on from.

  • @godfirstamaka4185
    @godfirstamaka4185 10 месяцев назад

    That point u said if u reached this point u have tried boosted my morale to finish it 🏋️

  • @cptnbara
    @cptnbara Год назад

    I got so many things wrong while doing this > < but I pushed through and hunted down my errors
    Great tutorial! very good for getting to grips with the simple elements needed for game making.

    • @madfut24nor
      @madfut24nor 9 месяцев назад

      i cant run the game it says pygame.rect.Rect' object has no attribute 'append' can someone pls help me?

  • @thetransformation9932
    @thetransformation9932 Год назад +2

    Hi getting erro with for event in pygame.event.get():
    Screen popping up but disappearing. Doesn't stay there like you said.
    Any idea how to fix?

  • @gurkiratkaur3884
    @gurkiratkaur3884 Год назад +2

    Thanks for this awesome tutorial Tim, I needed this :)

  • @YouTubeName-hw1uk
    @YouTubeName-hw1uk 8 месяцев назад

    Yoo thank you so much I've been wanting to learn pygame for so long!

  • @kawsr2669
    @kawsr2669 8 месяцев назад

    Coding with Tim. Sounds like excellent game title.😊

  • @jlolk904
    @jlolk904 Год назад +1

    At this part 8:16 it keeps saying my file is not found in directory, please help me

    • @jlolk904
      @jlolk904 11 месяцев назад

      @@muhammadaristil3191 i used .jpg but it still doesn't work, idk how fix :(

    • @jlolk904
      @jlolk904 11 месяцев назад

      @@muhammadaristil3191 oh nvm i understand now, thanks for the help

  • @zainraza6546
    @zainraza6546 5 месяцев назад

    This was my first experience of using pygame and it was good

  • @championlegendsgaming4914
    @championlegendsgaming4914 5 месяцев назад

    Tim, you have done a really great job of teaching this game to me I am very new to using pygame and I found this quite hard to do until I saw your video just one suggestion if you could also post some video's on customizing this game it would help a lot :)

  • @narikiskiran
    @narikiskiran Год назад

    my first time using python! thank you!

  • @mrsajjad30
    @mrsajjad30 Год назад

    Thank you so much for this introduction to game programming in Python. Nice tutorial with all the necessary knowledge. I very much appreciate your effort. THANK YOU.🙂

  • @DumbPlasticBag
    @DumbPlasticBag Год назад +2

    the stars wont delete after they collide with the player. I think i made a mistake or something but other than that your explination and everything was on point and perfect

  • @anshulshah986
    @anshulshah986 Год назад

    Extreamly good explanation with good examples. Keep it up!

  • @bretthart1499
    @bretthart1499 Год назад

    thanks for going step by step. I'm very new to this!

  • @NORMALGAMING-j2q
    @NORMALGAMING-j2q 9 месяцев назад

    Thank you very much for this video I really needed it! And you have great content! Subbed you
    😀

  • @SuperCuber-xu4xp
    @SuperCuber-xu4xp 2 месяца назад

    22:11 the rectanlge is going of the screen on the left side but not on the right side help me quickas possible

  • @stephendouglas684
    @stephendouglas684 Год назад

    TWT majoring on the majors! Pygaming like a BOSS!

  • @karthikkarthikshetty2247
    @karthikkarthikshetty2247 6 месяцев назад

    It was a very good session learned a lot 🎉

  • @softwhere07
    @softwhere07 11 месяцев назад

    this was a good project. thank you for sharing this. I have been a lot of the day going through this and even tinkering with the moving the character. I even added the up and down feature to play around with it just to see how that would work. But changed it back to just left and right. so much you can do with just what you showed here. thanks. and thanks again. only one problem I have with this is that my "stars" seem to be rotated the wrong way. lol. makes it a bit harder I guess. But awesome.

  • @Prof.Fishman
    @Prof.Fishman Год назад

    If your on a more current version of pygame or python, you may have to change the keys script. Try doing ‘if keys()[pygame.K_LEFT]:’ instead of ‘if keys[pygame.K_LEFT]:’

  • @amirilifee
    @amirilifee Год назад

    well done bro!!!!!
    always doing funny projects. Keep moving forward !

  • @성수-o6h
    @성수-o6h Год назад +1

    I've been learning a lot from your videos. Many thanks from South Korea!
    Could you make a video about python subprocess library ??

  • @ArunManivannan
    @ArunManivannan Год назад +1

    Brilliant yet simple tutorial ! Thanks, Tim !

  • @rasdavis8390
    @rasdavis8390 29 дней назад

    Definitely good content thanks shouts from England 🫡💯🇬🇧

  • @Xanpaul
    @Xanpaul 25 дней назад

    Great tutorial, many thanks :D

  • @JaJ-w3b
    @JaJ-w3b Год назад +1

    Could you explain why you have to do the star_count += clock.tick(60)? Couldnt you just do star_count += 5 or something since it's already in the main loop?

  • @ConeHeaven
    @ConeHeaven Год назад

    Does anyone knows how to fix this problem i typed everythink same as him but when i launched it it does not close it closes only if you close the run window /_ /

  • @eileanalbaaigon7712
    @eileanalbaaigon7712 9 месяцев назад

    Hi! At 7:42 how were you able to save the image in the bc.jpeg file?

    • @I_will_bonk_you
      @I_will_bonk_you 8 месяцев назад

      You have to put the image in the same folder as your code. Hope that helps🙂

  • @user-xw5lh6rv7e
    @user-xw5lh6rv7e Год назад +1

    Thanks for the video. I always loved your videos keep it up. made the whole project and learnt a lot about pygame. never seen any tutorial like this on pygame

  • @welcome2holleywood
    @welcome2holleywood 18 дней назад

    this is amazing!!!!!!. I want to learn code and I'm a kid!! I know how to make a simple computer quiz

  • @Andrew-Tsegaye
    @Andrew-Tsegaye Год назад +4

    Tim, our master, Is this significantly beginner-friendly? To ensure everyone can follow through on the projects and videos you post daily, please give us some insight into the necessary prerequisites. We love you keep up the good work.

    • @JoyBoyLaughs
      @JoyBoyLaughs Год назад +2

      This isn't beginner friendly. You should already know about variables, functions, loops and be able to write some small logic in order to visual how everything is working in ur mind, otherwise you will probably feel lost. This is probably low intermediate to medium intermediate level

    • @Andrew-Tsegaye
      @Andrew-Tsegaye Год назад +2

      @@JoyBoyLaughs I mean can you walk though the project without any pygame knowledge. Now I think you got the point.

  • @NOTHING-ct4uz
    @NOTHING-ct4uz Год назад

    Thank youuuuu so muchhhh broooo ❤❤❤

  • @oliveloaf8832
    @oliveloaf8832 Год назад +1

    Im confused on how to get to the python menu that you are in, when i open my python terminal its just a black screen with some text but no with all of the stuff on yours. Just wondering how you installed python.

    • @PossiblyJacob
      @PossiblyJacob Год назад

      its a program called visual studio code :))

  • @ronaldothor9118
    @ronaldothor9118 Год назад +2

    I think the if hit statement should come after draw function because we want our players to see the collision or else there will be a gap between the player and the star when the game ends

    • @BestyyYT
      @BestyyYT Год назад

      For some reason the stars only fall when I am moving and specifically moving right do you know how to fix it?

  • @JoeHarb-v3h
    @JoeHarb-v3h 3 месяца назад

    AMAZING TUTORIAL!!

  • @d_fendr6222
    @d_fendr6222 Год назад +1

    Hey folks I'm at the point where I have to draw the rectangle, but it just won't show up. I followed the code as shown in the video but it still doesn't appear. Is there a way to fix this?

  • @ToThePoint493
    @ToThePoint493 5 месяцев назад

    THANKS TIM................................LOVE FROM PAKISTAN

  • @defpiki
    @defpiki 7 месяцев назад +1

    Hello Tim! I am trying to begin python and I don't know where to code, what is the website you are using??

  • @blueberryyummin
    @blueberryyummin Год назад

    I single handedly learned python from this video

  • @sirinarendra6573
    @sirinarendra6573 Год назад

    Thank you so much!!! Loved it!

  • @dreadmemoirs
    @dreadmemoirs 7 месяцев назад

    Hey! Thanks for the tutorial, I finished it and completed it. However, I went through the code and can't find the issue, (my stars only come down when moving to the right), any idea what I could have done wrong? Thanks!

  • @xyzxyz6095
    @xyzxyz6095 9 месяцев назад

    TiM !!! Thank you. Salutations from France.

  • @SHEIKHHARIS8695
    @SHEIKHHARIS8695 9 месяцев назад

    I am begginer and after watching this video i have come to know that how the python intresting is

  • @Kunal_Machal
    @Kunal_Machal 6 месяцев назад +1

    how do you wrote def

  • @japzcode-d9y
    @japzcode-d9y 2 месяца назад

    i am very noob with coding and currently doing a follow through.. for some reason after adding the bg.jpeg file and adding the draw call function, nothing pops up. What might have cause this? I am using visual studio in mac.

  • @hamzazad5258
    @hamzazad5258 7 месяцев назад

    great tutorial. Thank you!

  • @themasters6880
    @themasters6880 Год назад +1

    How do you put the png image into the python

  • @dimkau09
    @dimkau09 Год назад

    You`re so good, the goat.

  • @Fried_Cheese_Official
    @Fried_Cheese_Official Год назад +1

    i have dowloaded the pygame extension in visual studio code and the code doesnt work, it says no module named pygame.
    pls help

  • @LiloNight
    @LiloNight Год назад

    Hi Tim
    I m trying to program tetris . I don't know much about programming. What would you recommend to watch first before starting .
    Thanks

  • @ExplodeBot89
    @ExplodeBot89 4 месяца назад

    such a good and helpful video but i would loove if u had shown how we can use a custom sprite.. i had to spend a lot of time on that and ended up using chatgpt but otherwoise amazing video

  • @Reddit.storyez-h1p
    @Reddit.storyez-h1p Год назад

    after drawing the projectiles, when i try to launch in, after 2 seconds it crashes and says "AttributeError: 'list' object has no attribute 'y'" what can i do to fix it?

  • @icephonex
    @icephonex Год назад +3

    can you make gamedev tutorials with languages which are commonly used in the gamedev industry? like without a game engine but with opengl or sdl for example? there are other tutorials out there but I've been watching you since 2016 and you're way of teaching is much better than anyone else

  • @patdabot1
    @patdabot1 Год назад

    How could I add a 'Try Again' button at the end when you touch the projectile? Thank you

  • @victorunited2168
    @victorunited2168 Год назад +1

    Worked well loving ur tutorials. Having a problem, I want the game to continue and not exit after losing

    • @riquelsonalcochete6070
      @riquelsonalcochete6070 Год назад +1

      You can use functions, and if you want a menu and more thing, you should create a main function first and in that function you initialize pygame, and to change between menu, game,etc, you need to create more functions inside the main each one with it's individual while True loop

    • @riquelsonalcochete6070
      @riquelsonalcochete6070 Год назад +1

      And of course the variables, for pygame related variables you can create them in the main func, and call it from any place, but for normal variables you need to create them in the function where it will be used.

  • @habibullahshaik6986
    @habibullahshaik6986 Год назад

    broski going godspeed

  • @kingnightshade1605
    @kingnightshade1605 2 месяца назад

    I was finally able to import a background image. The only thing now I’m having difficulty with is the caption when the window pops up the background image is showing except there is no caption. It’s a blank white bar. I can exit the window and close the window, but unfortunately, there’s no caption to the window and I have the code written