Build Minesweeper in Under an Hour with Angular

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

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

  • @anzarmalik7522
    @anzarmalik7522 3 года назад +1

    Woah I'm new to angular but the idea of simply starting with a basic typescript file totally blew my mind. Instead of making a blueprint and then coding, you chose to code along with the planning, using your code as planning sheet.
    I know this might be very common or something, but for me that's so cool. Instant subscribe!!! Can't wait to learn more

  • @gurbux6491
    @gurbux6491 3 года назад

    Instantly subscribed for that Carl Sagan reference.

  • @kardashevr
    @kardashevr 5 лет назад +10

    I was distracted by your soothing voice. Missed everything

    • @deusdark1
      @deusdark1 5 лет назад

      yeah, one volume point away from an asmr video. But good video nonetheless. THanks @DemosWithAngular

  • @reidyoung298
    @reidyoung298 5 лет назад

    Thanks, Stephen. Setting states that you provided is one of the rare cases I've seen Angular used on RUclips for something that approaches enterprise level work, even if it was "only" for Minesweeper. Loving your content, man!

  • @zeusaurel6714
    @zeusaurel6714 3 года назад +3

    "You gotta be careful when building apps like this that you don't actually start playing a bunch of minesweeper"

  • @craiggoble2549
    @craiggoble2549 4 года назад

    this is an awesome tutorial, following a long to learn Angular

  • @marcalj
    @marcalj 5 лет назад

    Link to repo: github.com/StephenFluin/angular-minesweeper
    Thanks!

  • @michaelmayerhuber3798
    @michaelmayerhuber3798 5 лет назад +3

    ty for the video, downside for me when you do it like that I have to pause, rewind and forward a lot to recreate the game and for me I would much rather watch a 45 min video than going through this pain which takes me in sum a lot longer

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

    Why you start a FOR using Y instead of X?

  • @connorm2357
    @connorm2357 5 лет назад +2

    No spaces in the for loops 😢

  • @tomask4584
    @tomask4584 5 лет назад +1

    good job!