Robots! | R&Dy Devlog #6

Поделиться
HTML-код
  • Опубликовано: 21 дек 2022
  • Link to game:
    phibian.itch.io/randy
    JOIN THE DISCORD: / discord
    SUPPORT ME ON PATREON: / phibdev
    I created a game for the 2022 Big Festive Game Jam called R&Dy and it ended up winning first place. This is the sixth video of a series where I show the entire process of creating it start to finish.
    In this video, I add a new structure and robots to the game, as well as custom cursors and more!
    If you like the video and want to see the rest as they come out, feel free to subscribe!
    Support me on Patreon:
    / phibdev
    Music Used
    -------------------------
    Original Music from R&Dy
    Celeste OST: radicaldreamland.bandcamp.com...
    Eastward OST: joelcorelitz.bandcamp.com/alb...
  • ИгрыИгры

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

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

    dang only 700 views??? this gonna pop off soon enough, great work and awesome vid!:)

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

      As far as I'm concerned, this already popped off beyond my wildest dreams. Thanks for the support!

  • @ethanjmac
    @ethanjmac Год назад +6

    Super cool! Your coding knowledge is inspiring; I’m hoping to revisit game design myself :)

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

    Looks so cool in only 6 days, hope you ll have more subscribers

  • @sudhansubalasahoo
    @sudhansubalasahoo Год назад +5

    Wow so much progress in one day
    But how??
    Noice devlog

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

      Hard work and experience :)

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

      @@i_am_phibian BTW How much space did all this recording took?

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

    Wow! New to your channel, and still not all the way through these devlogs, but holy heck, you have an amazing skill in creating such beautiful and well thought out ideas so intuitively. It's obvious you're both the artist and the engineer, love to see your process🔥

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

      Thanks for the compliments! I work really hard on these devlogs and I'm glad to see so many people enjoying them :)

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

    Keep it going man, really good videos! Congrats on the 1st place!

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

    I'm so going through all your devlogs

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

      Glad to hear, hope you're enjoying them 😄

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

      @@i_am_phibian YES I AM! :D

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

    Really cool video, keep it up!!

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

    I like robots

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

    pro

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

    What Classes Do you take? Curious. Amazing Videos btw ❤❤

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

      Thanks! I've been taking some early programming courses, mostly as prerequisites for other computer science division courses that I want to take later (since obviously this isn't my first time programming). I'm currently taking a course on assembly and x86 processors and an intermediate C++ course.

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

    Even while binging the series, no clue how the heck you made it so fast T-T

    • @i_am_phibian
      @i_am_phibian  Год назад +6

      Haha, lots of experience and failed projects that I learned from along the way. I was thinking of making a video going through all the projects I've cancelled over the last 4 years. Would that be interesting?

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

      @@i_am_phibian yes it would be

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

      @@i_am_phibian That would be absolutely bussin actually 👀👀👀

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

    cool coding montage how did you learn majority of your coding skills? please asking for a friend😆😉

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

      I started my programming career by making Minecraft mods, which arguably only needs you to understand the Forge API and not programming itself. Eventually I started understanding how certain things worked. Then I moved to Unity and did tutorials by Brackeys and other content creators until things started clicking and I was able to do stuff without tutorials.

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

    Hey great Project. Is is possible to get the unity-file anywhere?

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

      Hey Doug! As much as I'd love to make the project open source, I hear a lot of cases of people just straight-up stealing other peoples' projects when they are (specifically with free Unity games). For now there won't be a way to access the source code, maybe I'll start a Patreon or something later and let those users access my projects' source code. Is there something in particular you wanted to know how to do that I did in this project? I can explain if you need help.

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

      @@i_am_phibian Hey, ok I can totally understand. Im learning Unity and i'm just interested how you structure your game , how is your game architecture, what tools you built, etc. For example how you made seeing the main-grid in you inspector and for what? I'm intersted in making a factorio- / farmin-like game and I wanted to see how you implemented some features. Thats why your devlogs are very helpful.

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

      @@MakeItThink To be honest, game jams are not the best examples for game architecture. I was mostly working to get things functioning and complete, not to make them expandable or well-programmed. Also, the main grid in the inspector is a serialized 2D array. That's being done by Odin Inspector, a Unity asset that adds a lot of serialization that Unity doesn't have. 100% would recommend said asset.