I made a Breakout game but absolutely brutal

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

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

  • @CmdRolled
    @CmdRolled 5 месяцев назад +34

    how does this man get such good ideas and not give up halfway through

  • @eloctopusmakesgames
    @eloctopusmakesgames 5 месяцев назад +24

    I checked out your channel because I couldn't understand how you had so few followers... BUT YOU LITERALLY STARTED THE CHANNEL 2 MONTHS AGO!!! You're going to gain a lot more! You are my new inspiration! Hahaha

  • @sheanstanks
    @sheanstanks 5 месяцев назад +10

    Now add non euclidean levels, the spin shots will be amazing

  • @legocreator768
    @legocreator768 5 месяцев назад +2

    you absolutely need to play BreakQuest and Ricochet Infinity, both extremely innovative brick breaking games. I grew up with Ricochet Infinity and still play it to this day.

    • @Notester82
      @Notester82 2 месяца назад

      BreakQuest mentioned!! :D

    • @legocreator768
      @legocreator768 2 месяца назад

      @@Notester82 absolutely :3 also nice sona design ^ ^

  • @DogeisCut
    @DogeisCut 5 месяцев назад +2

    Wow! an underrated indie channel that makes actually good looking games!!!

  • @bunnyThor
    @bunnyThor 2 месяца назад

    This game looks really fun and addicting, so I had best not start playing it. Really loved learning ab out the making of it though! And you have a great laconic way of presenting things. Please continue making behind-the-scenes vids like this. [Subscribes]

  • @DominusQuadra
    @DominusQuadra 5 месяцев назад +5

    You NEED to make this available for Android!

  • @shinigami6331
    @shinigami6331 5 месяцев назад +10

    So many underrated indie devs on this platform! Hope you get the recognition and support you deserve 😁

  • @Bread-qz3ht
    @Bread-qz3ht 5 месяцев назад +5

    How do you only have 100 subs thats criminal

    • @nthomas5744
      @nthomas5744 5 месяцев назад +1

      Yeah, seriously, that's what i was thinking

  • @DUHRIZEO
    @DUHRIZEO 5 месяцев назад +9

    That clown bg music loop had me feel like I was going a little crazy by the end 😅 maybe revist that in the next one boss. Otherwise I'm loving what you're cooking up!

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад +1

      Thanks for the feedback, I’ll definitely dial it back next time.

    • @pacovernen
      @pacovernen 4 месяца назад

      @@IndieDevLab I think it fits the video pretty well. Levels weren't too loud honestly ,,, Also, do you guys have a website/social link(s)?

    • @IndieDevLab
      @IndieDevLab  4 месяца назад +1

      @@pacovernen Best website is the small indie dev company I run at wonderful-lasers.com/
      For socials, I'm not that active at the moment tbh!

  • @MattRix
    @MattRix 6 месяцев назад +3

    yesss I agree about Arkanoid, it was so good

  • @Hydro.131
    @Hydro.131 5 месяцев назад +2

    If I was in charge, i wouldve had the last brick have that effect in Peggle when you're about to pass, or hit the last peg

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад +1

      Yeah I’d like to explore that too, could be great. Maybe in an update.

    • @Hydro.131
      @Hydro.131 5 месяцев назад

      @@IndieDevLab if you do, please use classical music like it, at least as a placeholder. it just makes it feel 100x more satisfying

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

    Great idea, Awesome quality video. Keep it up man.
    I wondering something How did you do the Curve Effect?

    • @IndieDevLab
      @IndieDevLab  Месяц назад

      Thanks! I did it by applying a force to the ball perpendicular to the direction the ball is travelling. The force gets stronger as the ball spins faster. What I'm modelling here is the magnus force. Google "magnus effect" for why this happens to spinning objects, and that should also be helpful for implementing it.
      It probably won't format nicely here, but here is the code:
      var angularVelocity = _rb.angularVelocity;
      var v = _rb.velocity;
      var perpendicular = new Vector2( -v.y, v.x );
      var magnusForce = perpendicular * (angularVelocity * magnusCoefficient);
      _rigidbody.AddForce( magnusForce );

    • @kutanarcanakgul5533
      @kutanarcanakgul5533 Месяц назад

      @@IndieDevLab Thank you for the detailed explanation. I'll try the code. Btw i played the game a lot. :D Are you going to publish this somehow? People probably play this on mobile :)

    • @IndieDevLab
      @IndieDevLab  Месяц назад

      Just on itch.io at the moment. These games are just smaller proof of concept type things, but if I get one that seems to resonate I'll definitely consider making a fuller game.

  • @alhello_game_of_everything
    @alhello_game_of_everything 5 месяцев назад +1

    How to flip you have 8-bit integer limit number of subs only???

  • @squidz2720
    @squidz2720 5 месяцев назад +3

    Loved this! Good job man!

  • @Mr-Draxs
    @Mr-Draxs 5 месяцев назад +13

    unity free game?
    brother wake up and said, today i chose bankruptcy.

  • @UcheOgbiti
    @UcheOgbiti 5 месяцев назад +1

    This was fun to watch and play!

  • @artwork-studios
    @artwork-studios 5 месяцев назад +1

    I am a godot user and i really admire you

  • @snovelice
    @snovelice 5 месяцев назад +2

    underated AF!!!!

  • @dbardbar
    @dbardbar 5 месяцев назад +1

    how only 144 views?!?!?!?!!?!?!?!??!?!?!?

  • @Xenthera
    @Xenthera 5 месяцев назад +2

    I would advise against slowing time down when the spin ball rips through bricks, it feels like the game is chugging and lagging.

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад

      I was very sceptical before I tried it, but I have found that it’s often worth trying these small things if it doesn’t take too long. And once the sound design was done it felt great. But you might not agree, and that’s okay.

  • @MichaelGame_Dev
    @MichaelGame_Dev 5 месяцев назад +1

    Nice work! I'm working on a breakout style game too. I recently decided to switch to 3d objects instead of the standard 2d. Got a few twists in mind to try. Using Godot, never worked in 3d before, so mostly will be a learning experience.

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад

      Probably a good genre for your intro to 3D since the logic will be 2D. I really need to learn Godot at some point too. Good luck!

    • @MichaelGame_Dev
      @MichaelGame_Dev 5 месяцев назад

      @@IndieDevLab One idea i have, may involve the Y axis, but yeah that was my reasoning, most of this will be x and z axis.
      Funnily enough, I ended up adding the extra paddle to the other side on the game jam prototype and have kept it in so far due to the way one of the mechanics work. Also figure it can be a nice co-op option!
      And thanks!
      Godot is my preferred tool, trying out Gdevelop for a game jam this week, after that it's back to the brick breaker.
      Awesome job with your channel so far!

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад +1

      Thanks! Best of luck with getting to grips with 3D. It's only an extra D, right?

  • @cryfry2
    @cryfry2 4 месяца назад +1

    i loved this vid! subbed :) ❤

  • @cannotfigureoutaname
    @cannotfigureoutaname 5 месяцев назад +2

    I was here before the channel blew up.

  • @Skeffles
    @Skeffles 5 месяцев назад +1

    Some great ideas added to this, but I wonder how does it feel with all the mechanics. Is it overloaded?

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад +1

      This was a concern, but I tried to pace it so that each level introduces just one new thing. Try it on itch and let me know what you think!

  • @sdjmixom
    @sdjmixom 5 месяцев назад +2

    i bet y ou just thought "who tf would pay for breakout game in 2024" and made it free
    looks amazing though

  • @nightmareTomek
    @nightmareTomek 2 месяца назад

    Winbrick is the best breakout game. 😈

  • @Van_Darkhole
    @Van_Darkhole 5 месяцев назад +1

    heeeeeeeeeeey you make a GOOD games! i mean thoes looks good, sounds good, plays good and, you know, jst good! only one downside is thats mostly like demos, i mean this game is actually not thats easy, thats mean 1rst lvls would be replays a lot... so maybe at least 3 variations of lvl 1 and 2 variations of lavel 2 would be good, but yeah, in the other side have the same levels is more "cybersporty"

    • @Van_Darkhole
      @Van_Darkhole 5 месяцев назад +1

      Like isnt a big complex games, but more like the games who's know what they would like to be and do it well

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад +1

      Thanks! Yeah I’m concentrating on smaller games for a while. My last big release took 4 years (Super Impossible Road on all the consoles, Mac and PC) so I’m enjoying not thinking about how to spin these things into longer experiences. It’s very freeing.

    • @Van_Darkhole
      @Van_Darkhole 5 месяцев назад

      @@IndieDevLab ho... 4 years as solo dev.. i congrad you thats you has finished the project.. anyway i think if you continue making cool mini games, with a little polish it will be good to sell them as a collection. i likely buy it for something like 6 usd for like 9 little arcady games (like Faster with some more tracks and environment, or Spinbreak with a bit more levels)

    • @Van_Darkhole
      @Van_Darkhole 5 месяцев назад +1

      ok mb 3 usd cause im broke)

  • @nahiankabyo4296
    @nahiankabyo4296 5 месяцев назад

    so you fused pong with z-ball

  • @IndraKurniawan-vk2qb
    @IndraKurniawan-vk2qb 5 месяцев назад +1

    Broo, i thought you have like 500k+ sub

  • @NeroDefogger
    @NeroDefogger 5 месяцев назад

    wow yeah you only have 222 views and 26 likes, with how good it is produced I thought you would be a bigger channel, fun ideas for the breakout concept

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад

      Thanks! Just getting started. Consensus seems to say it takes a few videos before the algorithm knows who to send your content to. Plenty more game ideas to come, anyway!

  • @michalkap9859
    @michalkap9859 5 месяцев назад +2

    This is like Tetris Effect but for breakout
    Also, what font did you use for the title?

  • @denulwelianga9686
    @denulwelianga9686 5 месяцев назад +1

    Try hyperforma

  • @wezmasta
    @wezmasta 5 месяцев назад +1

    Great video but the music bro..... Like the video is so good im baffled at the music. Sorry bout the backhanded compliment.

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад

      Thanks for the feedback, I’m still trying to dial in tone on this channel and music choice definitely changes things a lot.

    • @wezmasta
      @wezmasta 5 месяцев назад

      ._. ur doing great bro! I mean it's ur video, and u can use whatever music you want but High pitched and repetitive music tends to draw extra attention, So some people can't help but notice it. And whether or not they like it. I'm one of the ones do and don't like it. Also for most content I use 1.5-2x speed. So it's amplified for me. But that's me, I'm not judging your music taste, but if music is not the focus or active element of ur content, you may want have it "subtle" enough to be ignored if desire ( Subtle may not be the best word it doesn't have to be timid or soft just not attention stealing, I'm gonna be honest I didn't finish this video! I'm so sorry, I felt bad cause the contents on point but I couldn't endure the music. It's normal not share taste, that's not the problem . You won't find music that makes everyone happy. But In this case the volume and pitch were too high to let fade into the background behind your voice. SO IM SORRY, bout the first comment. I should have been clear and more constructive.

    • @wezmasta
      @wezmasta 5 месяцев назад

      😂 you can think of it as rating your music from "elevator" to "Icecream truck" in relation to attention.

    • @wezmasta
      @wezmasta 5 месяцев назад

      I checked out your other videos and didnt have issues with either, one was abit repetitive but was subtle enough to ignore and the other one I kinda liked. But it too was subtle enough to ignore. So again ur doing great

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад

      Appreciate the lengthy explanation! The 1.5-2x speed thing is not something I had considered. That would definitely amplify the worst aspects.

  • @Robloxian8874
    @Robloxian8874 5 месяцев назад +1

    i genuinely thought this channel had thousands of subscribers and i check the subscriber cound and i was disappointed
    DISAPPOINTED FROM HOW EXTREMELY SMALL CREATORS NOT GETTING THAT MUCH ATTENTION YET EVERYONE SUBS AND TALKS ABOUT BIG CHANNELS POSTING CRAP

  • @glorkish_james
    @glorkish_james 5 месяцев назад +1

    great video

  • @DanrayHT
    @DanrayHT 5 месяцев назад +1

    2:53 you make what????

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад +1

      The game is Super Impossible Road

    • @DanrayHT
      @DanrayHT 5 месяцев назад +1

      @@IndieDevLab you make it? I love that game

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад +1

      Oh really? Yeah, 4 years of my life 👀. Thanks!

  • @jojocat8637
    @jojocat8637 5 месяцев назад +1

    Im the 420th subscriber

  • @titlehere5614
    @titlehere5614 5 месяцев назад +1

    Mobile???

    • @IndieDevLab
      @IndieDevLab  5 месяцев назад

      No plans for it at the moment, mostly concentrating on getting more games and videos like this together.

    • @Fiddlewhim-the-gnome
      @Fiddlewhim-the-gnome 5 месяцев назад

      @IndieDevLab PLEASE