Chapter list for my recent eBook

The files on GitHub have been revised and now include all image and sound files and tasks.json updated for clang-14. Note because GitHub doesn’t allow hidden files/folders like .vscode to be uploaded, I’ve included the .vscode folders as vscode and you need to rename them.
Chapter 1. Introduction to C programming
Chapter 2. Setting up a development environment
Chapter 3. Writing your first C program
Chapter 4. Working with Variables and Data Types
Chapter 5. So what is a pointer?
Chapter 6. A little Bit of C code
Chapter 7. A Quick Overview of Visual Studio
Chapter 8. Array variables
Chapter 9. Loop the loops
Chapter 10. More loops
Chapter 11. About operators
Chapter 12. Structs
Chapter 13. Functions
Chapter 14. More about functions
Chapter 15. Pointers
Chapter 16. Text Strings
Chapter 17. The Asteroids Game
Chapter 18. Architecture of C Programs
Chapter 19. Graphics
Chapter 20. An SDL Demo program
Chapter 21. The Game Loop
Chapter 22. Drawing Text
Chapter 23. More Game Elements
Chapter 24. Adding in asteroids
Chapter 25. Adding in bullets
Chapter 26. Editing with Visual Studio Code
Chapter 27. Restructuring
Chapter 28. Show the Score
Chapter 29. Explosions
Chapter 30. Sounds
Chapter 31. Detecting Collisions Part 1
Chapter 32. Detecting Collisions Part 2
Chapter 33. Detecting Collisions Part 3
Chapter 34. Passing Parameters into functions
Chapter 35. Detecting Collisions Part 4
Chapter 36. Ever Wondered about if (!value)
Chapter 37. Adding Level Structure
Chapter 38. Alien Ships!
Chapter 39. The High Score
Chapter 40. Finishing off