Adding Images (Blitting) - PyGame Thursdays 4

Поделиться
HTML-код
  • Опубликовано: 21 июл 2024
  • In this video I'll show you how to add images to your game with PyGame and Python.
    Adding images in Pygame is called Bitting. Why? We don't really care at this point lol
    In this video I'll show you how to do it...
    #pygame #codemy #JohnElder
    Timecodes
    0:00​​ - Introduction
    2:11 - Hero Images
    2:40 - Load The Images
    3:41 - Draw Rectangle Around Image
    4:45 - Position The Images
    6:08 - Blit Images Onto Screen
    7:42 - Test It Out
    8:26 - Make Hero Move
    9:35 - Conclusion

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

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

    ▶ Watch PyGame Playlist ✅ Subscribe To My RUclips Channel:
    bit.ly/3PSSreL bit.ly/2IGzvOR
    ▶ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN
    ▶ Get The Code
    bit.ly/469BaDR

  • @technologybysrk8419
    @technologybysrk8419 9 месяцев назад +2

    Just finished #4
    Waiting for #5
    Thanks

  • @TheNei
    @TheNei 9 месяцев назад +1

  • @bengaltiger8401
    @bengaltiger8401 9 месяцев назад +1

    Is it possible to convert pygame code into Android app

    • @Codemycom
      @Codemycom  9 месяцев назад +1

      yes

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

      @@CodemycomI'll wait for your tutorials on this topic sir

    • @Codemycom
      @Codemycom  9 месяцев назад +1

      @@bengaltiger8401I didn't say I was going to cover it, I just said it was possible. I won't likely be covering that.

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

      @@Codemycom sir it was my assumption, there is no tutorial on this topic, how can we distribute or share our game to friends 😔

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

      just google it @@bengaltiger8401

  • @MCXAVYT
    @MCXAVYT 3 месяца назад

    This did not help me sadly because when I run my code, it says that I have not got it in my code even though I do

    • @Codemycom
      @Codemycom  3 месяца назад

      Then you made a mistake in your code