In today's video I create a puzzle game in C with Raylib with my limited C knowledge.
GitHub: https://github.com/unconv/puzzler
Support: https://buymeacoffee.com/unconv
Consultations: https://www.buymeacoffee.com/unconv/e...
Memberships: https://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