Can You Make a Game with P5js? Fractal Finder Devlog

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 13

  • @BarneyCodes
    @BarneyCodes  Рік тому +4

    If you'd like to see what else I'm working on, it would be great if you could wishlist my game Star Mining Co. on Steam! s.team/a/2584800/
    Play the game here: barneycodes.itch.io/fractal-finder
    Leave a comment with your feedback!

  • @GlennLewis
    @GlennLewis 10 місяців тому +1

    Your videos are always beautifully done and a pleasure to watch. Some day it might be cool just to see your workflow and tools on how you create these really beautiful videos for UA-cam.

    • @BarneyCodes
      @BarneyCodes  10 місяців тому +2

      Thanks so much, that's very kind! That's a great idea, thanks for the suggestion! In the meantime, the tools I use are OBS for screen-recording, Audacity for audio, and Davinci Resolve for editing. Thanks again for the comment!

  • @juneru2
    @juneru2 Рік тому +2

    Cool game! I survived 3 rounds in 1-min mode. I'm so glad I discovered P5.js, I'm using it to make my first game, and since it uses HTML canvas it'll work on browsers, Android, and iOS! Great library for beginners like me

    • @BarneyCodes
      @BarneyCodes  Рік тому +2

      Wow that's really good, the timed mode is pretty tricky! Hope your game goes really well!

  • @ProgramSam
    @ProgramSam Рік тому +9

    Nice! But what I love about p5js is that it is JavaScript, and just works per-fect-ly with default html and css. linking that with p5 to create buttons, menus tooltips... really is a breeze and is why I love to use it for developing games 😁 But it is cool to see what you have made!

    • @BarneyCodes
      @BarneyCodes  Рік тому +9

      That's a really good point and I'm sorry I didn't bring that up in the video!! I think because I wanted to have the target displayed in the UI area I (for some reason) dismissed the idea of using html for the UI.
      Definitely something I'll keep in mind for the future, thanks for the comment!

    • @ProgramSam
      @ProgramSam Рік тому +1

      @@BarneyCodes Good luck! would love to see what you come up with :)

  • @DrTWG
    @DrTWG Рік тому +1

    I'll have to look at shaders . I've just been coding some stuff in p5 - like the Mandelbrot - i.e complex plane iterated function stuff & some of them take up to 30s to render ! They look incredible though .

    • @BarneyCodes
      @BarneyCodes  Рік тому +1

      Fractals are so much fun aren't they, Definitely slow to do on the CPU though! I've got an introduction video to shaders and also one about making the Mandelbrot with shaders if you want to learn more!

  • @Console.Log01
    @Console.Log01 Рік тому +2

    I've made tons of games in p5js, most notably a terraria clone (not the one I'm working on now, however). I could share the link here, it's got 7 defeatable bosses, but it's also not very polished and very bad.

    • @BarneyCodes
      @BarneyCodes  Рік тому +2

      That's great, would love to check it out!
      I unfortunately don't think I made my point very clear in the video, I think it all comes down to the goals you have in mind. If you want to learn then using p5js is a really great way to go because you HAVE to do it all yourself, from collisions to rendering UI. But if your main goal is to create a finished product then there are tools available that provide all those things so you can focus on what makes your game unique.
      Great job on your own projects, it's always great to see what people create!

    • @Console.Log01
      @Console.Log01 Рік тому

      @@BarneyCodes I have been recommending p5js, mainly for people who are looking to learn written languages over other forms of pseudocode, but I definitely would not recommend it for full games. It works well to pass time if you only have access to a chromebook, though.