Monster Projectiles and Mana - How to Make a 2D Game in Java #30

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

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

  • @nick8283
    @nick8283 2 года назад +4

    I just got the idea of programming an actual rpg after having done a lot of smaller projects here and there - this is just what I needed

  • @aidenwalmer
    @aidenwalmer 2 года назад +9

    A new vid within 3 days of the last one?! Absolutely love it, keep up the amazing work! 💪🔥

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

    Missed the update last night, but I am up to this video now. Still excited to continue working on this project each day. Thank you RyiSnow!

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

      You're progressing pretty quickly! Good luck!

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

    It's good to see you again! Keep it up!

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

    This video got me to rewatch and fix my issues with event tiles. the healing pool sometimes crashes the game and i have toruble getting out of it when the prompt pops up that i healed. it feels like an issue with the attackanimation even though we fixed that earlier. good thing is its only the healing pool and its better than always crashing. everything has been working great and I cant wait to get to the day night cycle and eventually work in farming aspects. Thank you for this tutorial

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

    Can you make a video about how to convert your movement system from 4 directions to 8? I want my player to move diagonally, how can I convert the collision of the obstacles, mosters, npc and player?

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

    Ehehehe im here bro. Thankyouu. Stay healthy😁

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

    Wow ,amazing guide of bullet skill very helpful 👍👍

  • @unknownplayer-c1i
    @unknownplayer-c1i 2 года назад

    Awesome ! Thank you so much for everything. 🙏🙏🙏

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

    Nice!! new video from Java Game Dev!!!!

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

    Also any chance you could incorporate a roll/dash mechanic to spice up combat a little, I’ll try to implement one myself 👌🏻

    • @RyiSnow
      @RyiSnow  2 года назад +14

      Dash is actually pretty easy to implement. You can just increase player's speed while you are holding down a key. Make sure to create a temporal speed variable otherwise the player's speed increases by every loop and he becomes insanely fast.
      Roll is a bit more tricky. You'll probably want to create a method or class to handle the animation. Basically, once you hit a roll key, you temporally disable user's key input, 20 frames for example. Then during this 20 frames, you move the character (probably with the increased speed) and change the sprites. Roll sprite 1 for the first 10 frames and roll sprite 2 for the next 10 frames or something like that. Also need to check collision and stop the roll if there is a solid object along the way. If you clear these things up, your roll system should work. Good luck!

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

      @@RyiSnow That’s pretty much exactly what I was thinking haha, really appreciate you and your content RyiSnow! 👊🏻🔥

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

    I've noticed that the health bar for enemies doesn't work correctly if they have a lot of health. I came up with a workaround, but there's probably a more efficient way to do it.

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

    nice love this.. :) keep it up

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

    beautifull work mr.Ryi , plz can u make video how to make your character do animation for casting spell like that fire fire ball , like what u did for attacking

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

    hi RyiSnow can u give me some hint how to implement. when I want monsters to shoot at the player's position.

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

    I have a problem, I did my personal icons for the mana, they are all 16x16 and all but when I put them they look black and white? And the background is just pure black. I dont know what I did wrong because yours work perfectly but mine dont and I have no clue.

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

    Sorry to take your time yet again, but how could I make it so that the projectile changes depending on the players current weapon?

  • @MrLoser-ks2xn
    @MrLoser-ks2xn 2 года назад

    Thanks!

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

    NEW RYISNOW VID LFG

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

    awesome!

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

    Hello sir Ryisnow , i have new suggestions , what if the new skill is explode like a bomb when hit the enemy for example , 4 group of monster will kill when bomb explode , im very excited from this ,thanks in advance.

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

    Hey ryisnow can you give me a tip on how to implement light source that follows the player? I Need bist a keyword than ill do my own research:)

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

    Nice video.

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

    Nice!

  • @MrLoser-ks2xn
    @MrLoser-ks2xn Год назад

    🥰🥰🥰

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

    Dude thanks so much for these. I send you a message on Twitter, I'm sorry for bothering you but I really need your help :))