Completed
⌨️ 0:00:00 Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C Programming with Raylib - Match3 Game Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ 0:00:00 Introduction
- 2 ⌨️ 0:01:19 Basic project intro
- 3 ⌨️ 0:02:28 New Project
- 4 ⌨️ 0:02:38 Main Game Loop
- 5 ⌨️ 0:07:54 Drawing Tile Board
- 6 ⌨️ 0:11:00 Centering Tile Board
- 7 ⌨️ 0:13:07 Adding Background Image
- 8 ⌨️ 0:17:24 Displaying the Score
- 9 ⌨️ 0:18:21 Loading a Custom TTF
- 10 ⌨️ 0:21:52 Tracking Mouse Clicks
- 11 ⌨️ 0:26:10 Finding Tile Matches
- 12 ⌨️ 0:33:54 Remove Matches
- 13 ⌨️ 0:37:00 Adding Tile Animation
- 14 ⌨️ 0:41:50 Swapping Tiles
- 15 ⌨️ 0:47:18 Adding a Tile State
- 16 ⌨️ 0:55:20 Adding a Board Background
- 17 ⌨️ 0:57:37 Adding Music and Sound
- 18 ⌨️ 1:01:14 Adding Score Popups
- 19 ⌨️ 1:09:19 Adding Score Burst
- 20 ⌨️ 1:12:45 Wrapping Up