I remade my Game... BUT in 9 Lines of Code - Godot Challenge

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 39

  • @Aarimous
    @Aarimous  2 ปีที่แล้ว +9

    Was my hack too hacky or just right!? 😁Please go checkout Chess Survivors: store.steampowered.com/app/2065000/Chess_Survivors/

    • @uppeltje1532
      @uppeltje1532 2 ปีที่แล้ว

      Just right! Great video!

  • @PlayWithFurcifer
    @PlayWithFurcifer 2 ปีที่แล้ว +42

    Great video! I asked some of my colleagues and seemingly 9 *is* less than 10...

  • @dueddel
    @dueddel 2 ปีที่แล้ว +12

    These kinda limitations are … well … however, the result really looks great for making a game with that harsh restrictions. Awesome job!! 👍

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว +2

      Thanks!

  • @StevePixelFace
    @StevePixelFace 2 ปีที่แล้ว +10

    Excellent vid, genius move with the cursor as the player. I suppose someone has to try to do 8 lines now 🤔

  • @Couch_potato01
    @Couch_potato01 2 ปีที่แล้ว +5

    Bro,Love Your Videos!!

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว +2

      Glad you like them!

  • @CodingKaiju
    @CodingKaiju 2 ปีที่แล้ว +3

    Making the cursor the player was genius!

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว +1

      Hehe, thanks!

  • @wellhellotherekyle
    @wellhellotherekyle 2 ปีที่แล้ว +8

    Good job! I'd be happy to be able to make something like this with unlimited lines of code. My brain does not like coding but I'm slowly learning, haha.

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว +2

      We all started somewhere, thanks for watching.

  • @ThomasStewartDev
    @ThomasStewartDev 2 ปีที่แล้ว +4

    Wow this was really good!
    I was fully expecting you to concatenate multiple lines with semicolons, but you actually accomplished it in a very legit way.
    Super cool

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว

      Thanks!! I thought doing it legit made it less clickbait.

  • @juulh6870
    @juulh6870 2 ปีที่แล้ว +1

    Great video and editing! Smart saving of a line to make the player be controlled by the cursor.
    Can't imagine how you could shave even more lines off of it and still making it look as fun as it does here.

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว +1

      Thanks Juul, I'm pretty proud about this one. Maybe I'll have another idea someday to do 8 lines. Could be a fun follow-up.

  • @MrEliptik
    @MrEliptik 2 ปีที่แล้ว +2

    Awesome video! The concept is so cool and the editing is on point.
    I'd love to see someone make a game in less than 9 lines now! 👀

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว +2

      I know of this other TH-cam GameDev who might be able to pull it off, his name is like MrOval, or MrCircle.. or square. Idk, but he's pretty smart 😉

  • @texellation
    @texellation 2 ปีที่แล้ว

    Couldn't you reduce this even further, down to just 8 lines, by combining line 4 and 5 in the pawn script using the ternary operator (in pseudocode: move if dist > 10 else reload)?

  • @BoxiestLlama
    @BoxiestLlama 2 ปีที่แล้ว +1

    Pretty Sweet! I found this pretty inspiring.

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว

      Thanks for watching, I think a big lesson learned is that simple can still be fun. Complexity isn't always the correct solution.

  • @BlendFin
    @BlendFin 2 ปีที่แล้ว +3

    Cool!

  • @vasethepenguinman4698
    @vasethepenguinman4698 2 ปีที่แล้ว +2

    Very interesting.. now do one line >:)

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว +1

      What would that game look like..hmm

  • @alt0248
    @alt0248 2 ปีที่แล้ว

    Good job not using the cheap work around, I've seen so many devs use in this challenge, of semicolon seperated statements and make legit lines.

  • @CodeRadGames
    @CodeRadGames 2 ปีที่แล้ว +2

    Thats pretty impressive.

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว +1

      Thanks! I was surprised by how fun this little game actually was. Might be good launching point for a game jam concept.

  • @_gamma.
    @_gamma. 2 ปีที่แล้ว

    That mouse cursor thing is perfectly hacky, I am in awe

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว

      Let's goo!! Glad you liked it :)

  • @nowherebrain
    @nowherebrain 2 ปีที่แล้ว

    I think the animation player could be more powerful if it had integrated drivers...like reading input or some trigger events handled by the player itself...then we could do games with 3 lines of code :)

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว +1

      That would me a very massive buff! Maybe there are some QOL things like that in Godot 4 that can help me save some lines. Great idea!

  • @DaneC020
    @DaneC020 2 ปีที่แล้ว

    But you can't die... Is it a game then? :P J/k, good job man!

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว

      I consider the scene reload a "soft death" :] Thanks for watching and being a great community member. Cheers!

  • @craino308
    @craino308 2 ปีที่แล้ว

    Cutting code by cutting scope is.... new?

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว

      9 Lines isn't a lot, gotta cut where I can. Thanks for watching.

  • @BHanif-zc2pr
    @BHanif-zc2pr 2 ปีที่แล้ว +1

    Awesome.. need more hacks

    • @Aarimous
      @Aarimous  2 ปีที่แล้ว

      More hacks more better right?