Puzzle Game in C with Raylib

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • In today's video I create a puzzle game in C with Raylib with my limited C knowledge.
    GitHub: github.com/unconv/puzzler
    Support: buymeacoffee.com/unconv
    Consultations: www.buymeacoffee.com/unconv/e...
    Memberships: www.buymeacoffee.com/unconv/m...
    00:00 Intro
    00:27 Hello World in C
    01:19 Hello World in Raylib
    03:35 Drawing an image with Raylib
    06:06 Resizing and centering an image with Raylib
    15:48 Breaking image into puzzle pieces
    24:58 Shuffling in C is hard...
    39:57 Moving puzzle pieces around with arrow keys
    55:27 Checking if puzzle is completed
    1:06:29 Taking the image from the command line
  • Věda a technologie

Komentáře • 7

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

    Fun and creative as always, keep it up. ❤❤😋

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

    Although I have used and learned Raylib for for more than a year, it's always great to have new Raylib videos, so thanks.
    I have used C for about two years now and I see, that you really need to use functions to structure your code.
    If you are serious about C, then you have study structs and pointers. I have links to videos about structs and pointers that got me started.
    That 'dude' must be en.wikipedia.org/wiki/Dennis_Ritchie :o)

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

    Always enjoy watching you suffer with C! More! More I say! ;-) I'm writing Electron apps just now which isn't _quite_ as painful, but still not exactly fun...

    • @unconv
      @unconv  Před měsícem +1

      Glad you enjoyed it! It took me hours to get that damn shuffle algorithm right (and still got it wrong) but I think I could do it blindfolded now 🙄

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

    How are you learning all these?😮😮😮 I like your learning approach..
    you're like a polyglot full-stack developer + devOps 😅😅😅

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

      Watch others code, pick a project, start coding and ChatGPT the rest is my approach 😄