Window & Gameloop | Coding Terraria in Python | Pygame Tutorial Ep. 1

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

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

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

    Hey, I really appreciate the adherence to standards. It's something that I personally strive towards and is great for larger scope projects.
    Sadly, most tutorials do not do this. Untill now, I have been working with standards I made up myself. They were similar to yours, but I did learn some things:
    1) I had my update and draw in one method called "draw" (I used to code in Processing so it made sense).
    2) You used a separate module for globals. I was not doin that, but I think your way is an improvement.
    Overall, GREAT start so far, cant wait to watch the rest. 👍

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

    So, here start my journey to create my own game called "The Evil Square".

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

    Good video, altough i would aprreciate it if it were a bit slower, but thats just my personal opinion

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

    Thank you!

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

    ep 2?

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

    I want to use arcade since seems easier to use but i hardly find any tutorial

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

    I can’t install pygame