Making an Advanced Shmup #95 - Final Push - Pico-8 Hero

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 26

  • @ScottSnowdenart
    @ScottSnowdenart Місяць тому +1

    Thanks for this series! Though I haven’t put in the time to sit down and watch all or follow along I still really like knowing that this is here for me to go back and rewatch as my skill level progresses and see what all can be learned from it with my own projects.
    I think the thing that I appreciate the most about this series is the tone of your language. You’re not slowing yourself down trying to explain new concepts, which can be great for extreme newcomers and I have definitely been there in the past with some of your previous series. Instead you seem more comfortable in just pushing yourself and letting us be along for the ride. I find that incredibly valuable especially since for me as the observer I feel less inclined to follow step by step but instead be more immersed in what the thought process looks like, almost like being thrown into another country to learn a new language, it’s ok not knowing all that is mentioned. The most important part is being immersed.
    You have grown a lot especially over this series in your comfortability in front of the camera. It’s been great to see. Happy to see that ko-fi support has allowed you to do this so much, I’ll continue to support as long as I can! Please keep up the wonderful work :)

  • @notnurbyor
    @notnurbyor 2 місяці тому +2

    Hello again mate. I just wanted to shout you an extra thank-you for this series. I just released a pico-8 game (Samurise on the BBS) and whilst it is very far away from a shmup, this series was still unbelievably useful for me. Much appreciated and keep up the good work!

    • @LazyDevs
      @LazyDevs  Місяць тому

      Awesome to hear! Will check it out Samurise!

    • @ScottSnowdenart
      @ScottSnowdenart Місяць тому +1

      Dang Samurise is fun!

  • @smellyfishstiks
    @smellyfishstiks 2 місяці тому +1

    40:50
    Not to annoy but you could just feed all a literal table like you can feed string literals then you would save a token (all{2,46,26} instead of all({2,46,26}) )
    PS: when you said last episode I was confused how you were going to fit all the actual game content into 1 episode but gotcha now. been having fun watching along as always

    • @LazyDevs
      @LazyDevs  2 місяці тому

      Oh you can leave out the parenthesis here too? Neat!

  • @retro3188
    @retro3188 2 місяці тому +2

    I’m super excited to play this on the Lexaloffle BBS!

  • @humanmerelybeing1966
    @humanmerelybeing1966 2 місяці тому +1

    Even after however many years since your first tutorial, on the old channel, you still inspire me to keep cracking at this hobby. Thanks so much for what you do! Curious if you're planning to pick up Picotron after this.

  • @SparseGameDev
    @SparseGameDev 2 місяці тому +2

    Everything is looking so polished!
    You can change your for loop for the line dividers in the charge display to just count up, as long as the centre line is exactly in between the other two: for i=2,46,22 do
    Should save a few tokens

    • @kaidurbin
      @kaidurbin 2 місяці тому +1

      Another option with the current setup is to erase the parenthesis around the array, so it looks like: ALL{2,46,26}. This is more commonly done with strings, but PICO-8 also lets you do it with tables.
      Yet another option is to use the SPLIT function to turn a string into an array.
      Though, I'm pretty sure your option is the most token effecient, as long as the spacing between the sprites is the same.

  • @chasepalumbo2929
    @chasepalumbo2929 2 місяці тому

    Wow, this looks great. Interesting to see the process too!

  • @Baulers
    @Baulers 2 місяці тому +1

    Nice haircut! Good luck on the release!

  • @TheDogn
    @TheDogn 2 місяці тому +1

    Wow that music sounds great

  • @BruceOnder
    @BruceOnder 2 місяці тому +4

    Operation MOO.F.O.

  • @Cobalt_drakeru
    @Cobalt_drakeru Місяць тому

    Please consider adding your tutorial series to places like udemy and other education platforms.. I'd love to be able to support you there too..
    Your end to end game dev series is excellent and I'm excited to start this once I'm done with the roguelike one.. cheers!

    • @LazyDevs
      @LazyDevs  Місяць тому

      Great suggestion!

  • @stanloona000
    @stanloona000 10 днів тому

    does the game have a name? is it released already? looks fun!

  • @notnurbyor
    @notnurbyor 2 місяці тому +2

    "I'm a bit wet", whilst rubbing a "Superdry" hoodie. False advertising.

    • @LazyDevs
      @LazyDevs  2 місяці тому

      You're right! Returning it as we speak!

  • @llpBR
    @llpBR 2 місяці тому

    Atom Heart Mothership

  • @BruceOnder
    @BruceOnder 2 місяці тому

    Christian From The Future didnt reset the charge to 0. 😢

    • @LazyDevs
      @LazyDevs  2 місяці тому

      Good catch! It's gonna be alright. That sort of stuff is unmistakable and might go back and forth in testing anyway

    • @BruceOnder
      @BruceOnder 2 місяці тому

      @LazyDevs whew!😊

  • @TheKaburaya82
    @TheKaburaya82 2 місяці тому

    When is the release date?

    • @LazyDevs
      @LazyDevs  2 місяці тому +4

      When it's done. Maybe a bit later