Turn Based Battles in JavaScript - Pizza RPG Battle System Part 1

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Let's create a Battle System for our Pizza Legends game! In this video, we'll cover the overall setup and design of a turn based battle system. Our pizzas combatants will be set up to have health, stats, teams, and more. We'll also create a few HUD components that can be used throughout the project.
    #pizzalegends
    Starting Code (10):
    drive.google.c...
    Ending Code (B1):
    drive.google.c...
    Full Pizza Legends playlist:
    • Pizza Legends - JavaSc...
    ---
    Join our Discord community:
    / discord
    Join our email list for early access to full courses:
    us13.list-mana...
    Twitter:
    / drewconley13

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

  • @matthewpeavoy36
    @matthewpeavoy36 2 года назад +6

    Thank you so much for the opening explanation. Your modular class structure is so interesting to me. Your code is so close to what I'm currently doing, it's been really helpful to see you take the same logic path, and extend if further than I ever would've thought possible! Really enjoying this series.

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

    This is the video I have been waiting for!

  • @MagicProductNews
    @MagicProductNews 2 года назад +3

    Loving the series. Enjoying watching it and learning loads too. Will you be making a video on making a level editor or tile maps? Thanks!

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

      Possibly! Some members in Discord have already been making an editor for the game. It's awesome.

  • @a.j.outlaster1222
    @a.j.outlaster1222 Год назад +1

    Bro, I can't read the formatting of images...
    I am struggling...

  • @oshembandara2409
    @oshembandara2409 2 года назад +3

    Thank you very much for doing this video tutorial series. it's very helpful for us to understand game development. you are explaining everything very well and you are giving us the codes and the images and all the things you are using. thank you soo much for that. wish you good luck with all your future projects. and thank you again.❤

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

    Hi !! great series i really enjoy :) now what would be main difference between using DOM element instead of ctx printing ?

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

    Great video once again. I was just wondering, how is the performance of a JS game compared to one created with C# for example?

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

      Idk the numbers but I'll say C# is 10x faster

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

    till 31:10

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

    Awsome, But can you 2d effect for battle?

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

      We will have 2D animations!

  • @oshembandara2409
    @oshembandara2409 2 года назад +3

    Please teach us how you made your game maps.

  • @larryanderson9729
    @larryanderson9729 20 дней назад

    Nice I also tried to code something just like this but it didn’t work cuz I suck lmao :(

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

    If the css isn't working for you, grab the new images folder from the download link.

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

    Excellent course.
    Viewed on 2024/14/01

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

    Ok please just focus on the code; the pretty visual elements sure but I just want the video to cut to the point.

    • @kazbonfim5061
      @kazbonfim5061 2 года назад +7

      To explain the code, he's need to explain some of usability of them over the game itself (what every thing will do, and what they think about it).