Making Minesweeper in Raylib with C

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 28

  • @l4zy_jake
    @l4zy_jake Рік тому +9

    At 41:40, pretty sure that's unsolveable. You guess, lose (or get lucky), and move on :).

  • @gachastorys5129
    @gachastorys5129 2 роки тому +20

    Please continue this series. We need more people to talk about raylib and C

  • @Almethese84
    @Almethese84 Рік тому +6

    More of this, please!
    You have an excellent talent for both teaching and content creation.
    There isn't enough current content available for RayLib and your content is the best I've seen so far!

  • @mworld
    @mworld Рік тому +4

    Please bump up the volume in future. I have turned my volume up full (very loud) and it's just audible.

    • @alexdefoc6919
      @alexdefoc6919 6 місяців тому

      Yeah. Its ussualy to record loudly and then turn it down in post a bit and people can turn it down more. Because when people need to turn it up, its just distorted a bit more

  • @pushqrdx
    @pushqrdx Рік тому +4

    You could've done the number of mines while placing the mines, just add 1 to every neighbor, that way you don't have to go through all the tiles counting

  • @PhilipSteinerYVR
    @PhilipSteinerYVR 3 місяці тому

    Great tutorial, Andrew! It's clear you have a great understanding of game logic and design. Haven't checked your later tutorials yet, but I'd find it helpful if you explained more of the logic of the game design, i.e. how you 'knew' to check for nearby mines. In my own experiments, I get stuck on this kind of thing, not so much the coding (there are tons of general C programming books, tutorials, etc.!) as figuring out the flow of the game logic/design. Sorry if that isn't described well!

    • @andrewhamelcodes712
      @andrewhamelcodes712  3 місяці тому +1

      I understand your comment perfectly. I have to think about this.. I have really struggled to decide what to cover on this channel, but this gives me some ideas.

  • @user-ym7hu5vp3x
    @user-ym7hu5vp3x Рік тому +1

    I really like your videos. I think you are a great teacher and I hope to see more similar videos from you in the future. Thank you!

  • @bonehelm
    @bonehelm Рік тому +1

    I would love to see more content like this! More C and Raylib plzzzz!

  • @alengm
    @alengm Рік тому +4

    the audio volume is too low

    • @andrewhamelcodes712
      @andrewhamelcodes712  Рік тому +2

      Wow, you're totally right. I somehow did not notice this, going to keep this in mind moving forward.

  • @gordonmccrary6279
    @gordonmccrary6279 Рік тому +1

    great coding vid; even if I wasn't interested in RayLib!

  • @TechnicJelle
    @TechnicJelle 2 роки тому +1

    Good video! Thanks a bunch :D
    Definitely wanna try this out soon too!

  • @npvaughn
    @npvaughn 2 роки тому +1

    This was excellent. Thank you!

  • @lucascaique2943
    @lucascaique2943 2 роки тому +1

    This is awesome.

  • @nongmotrash
    @nongmotrash Рік тому +1

    thank you for making this

  • @rahaancrao2492
    @rahaancrao2492 11 місяців тому

    THANKS. Very good training session

  • @mworld
    @mworld Рік тому +1

    rand() ? What about raylibs GetRandomValue() ?

    • @bonehelm
      @bonehelm Рік тому +1

      GetRandomValue() just calls rand() with a little bit of bounds checking.

    • @andrewhamelcodes712
      @andrewhamelcodes712  Рік тому +1

      I do think using GetRandomValue makes sense though, The best reasons to not use a Raylib function would be if I needed more control than the function allowed me, or if I had the intention to later replace Raylib with something else. In that second case, I'd want to only use Raylib for graphics and sound and write proprietary code for everything else!

  • @degeneratedegenerate1675
    @degeneratedegenerate1675 2 роки тому

    very good tutorial and you have a very pleasant voice

  • @gamezoid1234
    @gamezoid1234 Рік тому +1

    Maek MOAR PLZ!!!!

  • @vadiks20032
    @vadiks20032 Рік тому +2

    extremely quiet video

  • @jeremebattaile4725
    @jeremebattaile4725 2 роки тому

    𝐩𝐫𝐨𝐦𝐨𝐬𝐦