The Secret of Into the Breach's AI: Power in Simplicity | AI and Games #72

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 81

  • @AIandGames
    @AIandGames  Před rokem +59

    A special thanks to friend of the channel Alan Zucconi for sharing with me the link to the original blog post by Matthew Davis. It's nice to have friends who share game development blog posts with you. 😄

  • @GameDevYal
    @GameDevYal Před rokem +230

    Apart from balance, randomly picking one of the best options also makes the AI less predictable - if players can engineer optimal conditions to trick the AI into doing what they want 100% of the time, it becomes too easy to cheese the game.

    • @timbus2
      @timbus2 Před rokem +18

      Exactly. I was kind of hoping for more secret tips that would help me be better at the game, but at least this one does not help much. 😅

    • @AndrewChumKaser
      @AndrewChumKaser Před 2 měsíci +2

      It's still basically possible to do this, it's just unreliable, and also extremely hard to do in general.

    • @SuperDestroyerFox
      @SuperDestroyerFox Před měsícem

      @@timbus2 just wanna put this out there that if you open the console and type “undoturn” into the console it works just like the one-time reset but you can use it as many times as possible.

    • @ephremcortvrint2376
      @ephremcortvrint2376 Před 6 dny

      Exactly, see early xcom 2.
      A sectoid will raise a zombie, a phantom will make a clone etc, you can manipulate the non-damaging enemy actions to survive a turn.

  • @jasonyesmarc309
    @jasonyesmarc309 Před rokem +41

    One of the greatest bits of advice (which I think I've learned from this channel) is that the opponent AI does not need to be competent in the game; it just needs to be fun and engaging.

  • @merthyr1831
    @merthyr1831 Před rokem +24

    At university I made a pacman clone with custom levels. I didn't know much about implementing A* or even Pacman-like pathfinding and just made the ghosts move randomly every time they came to an intersection or corner. That, along with the fact I had to run pathfinding twice per frame because for some reason running it once led to ghosts ignoring the walls meant the "AI" was actually quite fun to play against, and my tutor thought it was way more complex than in reality :^)

  • @mkrichey1
    @mkrichey1 Před rokem +24

    There is an unreasonable amount of power in simplicity, I like that the devs chose not to over complicate things :)

  • @GMTK
    @GMTK Před rokem +34

    Killer thumbnail 🫡

  • @fiszu4075
    @fiszu4075 Před 3 měsíci +8

    I discovered Into the Breach before FTL and was allways puzzled why it was less popular than FTL. It is such a good game.

    • @SuperDestroyerFox
      @SuperDestroyerFox Před měsícem +3

      Same

    • @liambryant4953
      @liambryant4953 Před 10 dny +2

      If I remember correctly, a lot of FTLs popularity came from the fact that it was a Kickstarter that did insanely well, and every news outlet reported on that and then the game. Meanwhile, into the reach is just another release from Subset games. It didn't have that same extra wave of publicity.

  • @jaha9329
    @jaha9329 Před rokem +24

    Oh no, you gonna make me play it again!

    • @AIandGames
      @AIandGames  Před rokem +2

      Mwa ha ha ha

    • @beesi4932
      @beesi4932 Před rokem +3

      Yup, just seeing this video is giving me the itch for it as well.😆

  • @Spyder638
    @Spyder638 Před rokem +47

    I've been working on a grid based puzzle game lately, and the video feels perfectly timed. Even though the video is AI-focused, the concept can apply well to lots of different systems and gameplay decisions. Weirdly enough, I made this realisation through Zachtronics, who's games are known to be quite complex to play, but some of his puzzles like Dungeons & Diagrams can be entirely played on paper. With the game I'm creating, I'm very much always reeling it back in to "good enough", and the gain is that I get to keep things simple.

    • @darkhobo
      @darkhobo Před 2 dny

      You ever finish this game spyder638?

    • @Spyder638
      @Spyder638 Před dnem

      @@darkhobo Unfortunately not! I’m a software engineer professionally and I had to put it aside to get away from code & the computer at some point during the day. I left it in a place where I can pick it up again though by leaving lots of code documentation & my design docs.

  • @the_procrastinator8606
    @the_procrastinator8606 Před 27 dny +2

    Into the Breach is just an absolute masterclass in all departments it seems... such an elegantly simple game. Feel like basically 99% nowadays turn-based-strategy games could take a note or two.

  • @christopherbennett1173
    @christopherbennett1173 Před rokem +18

    Into the breach needs more love in the gaming community. Such an amazing game

  • @machelul
    @machelul Před rokem +35

    Never thought of Into the Breach's scenarios as a puzzle to be solved. Really interesting.

    • @BrunoHenrique-gi1wd
      @BrunoHenrique-gi1wd Před rokem +2

      every task you ever try to do is, or was at some point a puzzle :P
      Even things that now come with instructions, at one point someone had to figure it out.

    • @michaelcalvin42
      @michaelcalvin42 Před rokem +5

      I've always felt Into the Breach was best described as "Kaiju Chess." It definitely always felt like a puzzle game to me. A puzzle game with a lot of variables, but a puzzle game nonetheless.

    • @machelul
      @machelul Před rokem

      @@michaelcalvin42 Smart of your part, I guess to a certain extend I was using puzzle solving skills but from a more reactionary place.
      I'm thinking of approaching the game again but with this kind of mindset.

    • @AlexOrtiz-iv7tn
      @AlexOrtiz-iv7tn Před 8 měsíci +3

      lol I figured that out after playing Into the Breach and having to pause my podcast so I could 'think" about how to win a level, and suddenly I realized I never had to do that during FTL. In FTL it was always just instinctual reaction, but Into the breach makes me stare at a screen in silence for 10 minutes.

    • @dyciefisk2535
      @dyciefisk2535 Před 8 měsíci

      I've definately pitched this game to friends as "Pacific Rim, but a highly stressful puzzle game"

  • @philrod1
    @philrod1 Před rokem +11

    Balancing is something that "the doc" and I often talk about. Basically, how good is too good? If a player cannot win, that's gonna suck. But it also kinda sucks if the AI is obviously doing dumb moves. I feel like there's a whole research field on making really good "bad" AI

    • @AIandGames
      @AIandGames  Před rokem +8

      Yeah it's something you don't really hear discussed in academic circles, and I suspect there's a lot of 'dark arts' hidden throughout the industry on how to do this.

    • @BaddeJimme
      @BaddeJimme Před rokem +4

      Smart AI is not the same as having a difficult game. You can have an easy game with smart AI, or a hard game with stupid AI. Generally you should just make the AI fun to play against and balance the difficulty through other means.

  • @ash_dies_alone1940
    @ash_dies_alone1940 Před rokem +6

    i'd love to see a video on rain world's AI on this channel, while not the most complex nor the most simple, the interactions it has with the player, the environment and other creatures' AI is astounding

    • @juergenkern6763
      @juergenkern6763 Před 4 měsíci +1

      I thought rain world had one of the most complex ai ...

  • @rei1789
    @rei1789 Před rokem +3

    Easily one of my favorite games of all time.

  • @digitalworms
    @digitalworms Před 8 dny

    This game is so much fun! Its awesome how it draws you in and the mechanics are easy to understand! I love detailed strategy games yes im looking at you stellaris but its great to learn fast and start solving!

  • @diegonorambuena507
    @diegonorambuena507 Před rokem +6

    Thanks for sharing the source, it's really interesting but difficult to find good articles about videogame AI that implements Utility AI

    • @AIandGames
      @AIandGames  Před rokem

      So I linked to my AI 101 video on Utility AI in the episode, and in that video I point to some book chapters that cover it. Plus my recent episode on Halo Infinite also discusses utility AI applications.

  • @greedy_onigiri
    @greedy_onigiri Před 9 měsíci

    Wow I had great time eating lunch and watching you explain the power of simple AI on one of my favorite games. Definitely going to check more videos out!

    • @AIandGames
      @AIandGames  Před 9 měsíci +1

      Thanks for watching and commenting. Much appreciated! 😁

  • @MurioSa
    @MurioSa Před 4 měsíci +3

    This game showed me that there are no inescapable situations in life

    • @miles_tails0511
      @miles_tails0511 Před 13 dny +1

      yeah my takeaway is, squint hard enough at a hopeless situation and you will find an absurd combination of moves that bails all your buildings :)

  • @EmyN
    @EmyN Před 6 měsíci

    Great video! Very clear and concise explanation, and overall polished video, subscribed

  • @JM_Traslo
    @JM_Traslo Před rokem +2

    It would be very interesting to see you break down traditional turn-based DungeonRPG AI, e.g. Wizardry games, or Etrian Odyssey (now that it has PC/Switch remasters instead of being on the DS.)

  • @LoLoercaust
    @LoLoercaust Před rokem +7

    one of my favorite games and a great video while the AI may be simple if definitely feels like they know your next move sometimes😅

  • @AlanZucconi
    @AlanZucconi Před rokem +3

    Thank *YOU* so much! 🙏

  • @MrGreenTabasco
    @MrGreenTabasco Před rokem +7

    Tbh I wished for a bit more indepth discussion. Most of what was said I could gleen when the game releasedy but was very, very interested in the more intricate "small balance decisions" that make sure the levels stay solvable. Unfortunately these detaiks were handwaived, which makes me question of the author thinks of the viewers not interested/capable of understanding, or that they just don't know either, and are just regurgitating what they have read in a recent interview.

  • @soloshottie
    @soloshottie Před rokem +7

    that "unsolveable" state is why I hate turn based games. few devs even consider such a situation, and even when handled at best it's unreasonable to expect it to be completely gone. RTS' almost have a similar issue, but not to the extent turn based games do

    • @dyciefisk2535
      @dyciefisk2535 Před 8 měsíci

      I've come to appreciate that, while some turns may be actually unsolvable, it's not the end and mission turns to damage mitigation.
      The Kobiashi Maru was an apt comparison. I've had missions where I could barely complete one mission and lost 3 grid, but went on to finish the island.

  • @dwighttheislander7369
    @dwighttheislander7369 Před 5 měsíci

    Now that I think about it, there are a bunch of in game dialogue that just straight up calls the Veks stupid

  • @Rainmaker1O
    @Rainmaker1O Před rokem

    Great episode! :D

  • @jamesbrincefield9879
    @jamesbrincefield9879 Před 7 měsíci +1

    Does anyone know what Subset Games has been working on since AE released?

  • @notgate2624
    @notgate2624 Před 4 měsíci

    sooo how did he prevent them from making moves that result in an unsolvable state? I'm guessing it can still happen then?

  • @xq10xa
    @xq10xa Před rokem

    This video changed the way I Look at the game

  • @jocamar15
    @jocamar15 Před rokem +2

    Good video but I don't really see the point in categorizing this as a "utility AI system". Basically every kind of AI out there is a "utility AI system" in that it almost always uses some form of heuristic or scoring system to make its choices. It seems like a very broad category that doesn't actually say anything about the AI.

  • @darkhobo
    @darkhobo Před 2 dny

    I already know the Vek are designed to not be smart or optimal.
    Thats to prevent you from baiting them into "optimal" play the human exploits
    Plus the Vek are giant Kaiju bugs. Makes more sense if they are dumb.

  • @tanael
    @tanael Před rokem +1

    I really, _really_ wanted to like this game, but something, some deficiency in my brain, leaves me hilariously and utterly unable to understand strategy games, even ones distilled to their essence, like ITB. For another example of how bad I am, there's a scenario in one of the Advance Wars games that places you and the AI on a small, roughly symmetrical island with choke points on the top and bottom of the map; the closest I have ever gotten to beating that scenario is a stalemate.
    By contrast, Doom Eternal on Nightmare difficulty Extra Lives mode (I am not nearly good enough for Ultra Nightmare) was very much a surmountable challenge for me, so I don't think I'm a *total* idiot.
    I just wish I could get strategy :(

  • @bcn1gh7h4wk
    @bcn1gh7h4wk Před 6 měsíci

    19% defense: _whoosh!_ *PING!* "Blocked!" _whoosh!_ *PING!* "YES!" _whoosh!_ *PING!* "OMG. HOW."
    27% defense: _whoosh!_ *CRASH* "Dammit." _whoosh!_ *CRASH!* "FUCK!" _whoosh!_ *CRASH!* "...bruh."

  • @aymacaymacunt814
    @aymacaymacunt814 Před rokem

    Really annoying how the game title keeps jumping to different corners during the various clips.

  • @svperuzer
    @svperuzer Před rokem +1

    Can anyone recommend any good game developer blogs?

    • @BlueDog15391
      @BlueDog15391 Před 8 měsíci

      I wish I knew more examples, but Factorio devs have a very nice blog.

    • @svperuzer
      @svperuzer Před 8 měsíci

      @@BlueDog15391 cool

  • @dongbeng
    @dongbeng Před rokem

    Hmm. I never got the hang if this game. I'll try again with a puzzle game approach.

    • @restlessfrager
      @restlessfrager Před rokem +7

      Winning reliably seems like it depends on RNG until you realize how the bug AI works and bait them into artacking your own mechs, which you can simply move to negate the attack, instead of letting them target buildings which are much more expensive action-wise to save.

  • @wanttobeprivate7466
    @wanttobeprivate7466 Před rokem

    I feel like there's at least a small amount of Myopia around ITB, it's a fun game but it neither draws me back to play it nor even really left any memorable moments. The AI wasn't terribly challenging beyond the first few attempts when I was still getting used to it, the terrain was far more of a gameplay affecting element.

  • @parthenocarpySA
    @parthenocarpySA Před rokem +2

    Into The Breach is a problem solving game, not a puzzle game. Puzzles have one solution.

  • @vanthomias5538
    @vanthomias5538 Před 24 dny

    I feel smarter than a bug

  • @CaptainJeoy
    @CaptainJeoy Před rokem +2

    Occam's razor

  • @Thisisthegreatestatofalltime

    Keep it simple stupid isn’t great for writing though, despite what a certain Bethesda head writer may say. I miss when the writing in Bethesda games was actually good.
    Like the amount of depth to the lore of Elder Scrolls is insane but then you play Skyrim and it just felt like they never tried to add any depth to the main story or most of the side quests. Don’t even get me started about the awful writing of the 3d Fallout games not named New Vegas (different dev).
    I know this is completely unrelated but Bethesda just made me despise that phrase.

  • @j.d.4697
    @j.d.4697 Před rokem +2

    I disagree. Simplicity is what makes game AI feel so dead.
    Of course complexity doesn't necessarily translate into more varied responses.

    • @w花b
      @w花b Před rokem +4

      Trying to put chat gpt or whatever overcomplicated thing into your game doesn't make it better. You gotta know when to stay simple.

    • @mariofun21
      @mariofun21 Před rokem +1

      thankfully the AI is not pulled out often enough to notice it
      like you don't have to make moves at the same time the AI is also doing it and thus learning the AI would help, but for turn-based with relatively few moving parts, it is perfect
      also doesn't help that you are probably holding your head because sometimes it's wtf there are 4 threats and 3 of you

  • @youtubehandlesux
    @youtubehandlesux Před měsícem

    Uh oh, you mentioned Edge of Tomorrow without mentioning the original novel, that's kinda cring

    • @AIandGames
      @AIandGames  Před měsícem

      Uh oh, you also mentioned Edge of Tomorrow without naming the original novel. That is equally cringe 😉

  • @EugenijusKrenis
    @EugenijusKrenis Před rokem +2

    Ngl it pains me to watch the game footage because there's so many cool moves you could have pulled but you're just meandering ;_;

    • @AIandGames
      @AIandGames  Před rokem +7

      Professionally meandering thank you very much. 😉

  • @Guron90
    @Guron90 Před 3 měsíci

    chess simulator pretending to be battletech game. thumbs down.

    • @youtubehandlesux
      @youtubehandlesux Před měsícem +2

      ChEsS SiMuLaTor PreTeNdinG tO Be BaTTleTeCh GamE

    • @TheHumbleHollow
      @TheHumbleHollow Před 28 dny +1

      Don't worry bub, it's probably just too smart for you.

  • @lufasumafalu5069
    @lufasumafalu5069 Před 10 měsíci

    failed game , compared to FTL this is a joke of a game

  • @Fluxquark
    @Fluxquark Před rokem

    This video is 90% padding and has 2 intros before you even begin explaining something. And then you don't even explain how the developers actually managed to keep the game solvable, which is the real question I have about the AI.