Graphical Inventory in Pygame

Поделиться
HTML-код
  • Опубликовано: 12 янв 2022
  • Here's a short clip of the graphical inventory and crafting system I'm creating in python/pygame for my game Sky Realm - Legends of Arroshay.
    The crafting system is similar to that of minecraft, but with some different recipes. The system should be easy for anyone to adapt to their own pygame games if you'd like a similar inventory or crafting system.
  • ИгрыИгры

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

  • @bigboibob2568
    @bigboibob2568 2 года назад +5

    You hope I enjoyed the video? This is one of the best I've come across and it's helped me plan some more stuff out for a game I'm working on. Great work keep it up, you earned a sub.

    • @IronwingTechHaven
      @IronwingTechHaven  2 года назад

      Thanks so much! And I'd love to see the game you're making. I bet it will be awesome.

  • @anthonydrakefordshadow
    @anthonydrakefordshadow Месяц назад +1

    Wow this is super helpful. I have been wanting to add buffs to my amor pieces and I think this will be perfect ❤

    • @IronwingTechHaven
      @IronwingTechHaven  Месяц назад +1

      I'm glad you like it.

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

      @@IronwingTechHaven have you tried using chat gpt to generate scripts that you are unsure how to execute yet? I have been asking AI questions to help me code but if you use the right wording you can literally prompt it to build an entirely original game exactly the way that you want it to from scratch. Stumbled across this the night before last not trying to and it blew my mind!!!

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

    if this dose ever become a game. i want to play it the second it comes out

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

    holy shit... this was amazing :D

  • @williambourget6503
    @williambourget6503 2 года назад +2

    Hey ! This is great ! Is the code shared somewhere ?

    • @IronwingTechHaven
      @IronwingTechHaven  2 года назад +1

      Thanks :)
      You can find the full project at: github.com/ravenironwing/Sky-Realm-Legends-of-Arroshay
      This particular section is in menu.py (if I remember correctly)
      I update the code quite regularly, as the game still has a long way to go. Thanks for checking out my channel!