1. Welcome To The Course
 2.1 Download Godot.html
 2. Downloading Godot
 3. Create A Project
 4. Exploring Godots Interface
 5. More Interface Exploration
 6.1 Chrome Live Captions.html
 6.2 GameDev.tv Blender Facebook Group.html
 6.3 GameDev.tv Blog.html
 6.4 GameDev.tv Community Forum.html
 6.5 GameDev.tv on Discord.html
 6.6 GameDev.tv on Twitter.html
 6.7 GameDev.tv on YouTube (Livecasts).html
 6. Community & Support
 7. Accessing Our Projects
 8. Section Intro - Speedy Saucer
 9.1 Kenney.nl - Space Shooter Redux.html
 9.2 speedy saucer assets.zip.html
 9.3 This Lectures Project Changes.html
 9. Project Setup
 10.1 This Lectures Project Changes.html
 10. Nodes & Scenes
 11.1 This Lectures Project Changes.html
 11. Rigidbody2D & Collision Shapes
 12.1 This Lectures Project Changes.html
 12. Instancing Scenes
 13.1 This Lectures Project Changes.html
 13. Editing Instances
 14.1 This Lectures Project Changes.html
 14. Parent & Child Relationship
 15.1 This Lectures Project Changes.html
 15. Draw Order & Z Index
 16.1 This Lectures Project Changes.html
 16. Intro To Scripting
 17.1 This Lectures Project Changes.html
 17. Functions & Printing Text
 18.1 This Lectures Project Changes.html
 18. Number Operations & More Printing
 19.1 This Lectures Project Changes.html
 19. Introducing Variables
 20.1 This Lectures Project Changes.html
 20. Function ParametersArguments
 21.1 This Lectures Project Changes.html
 21. Vector2 & apply impulse( )
 22.1 This Lectures Project Changes.html
 22. Processing & apply force( )
 23.1 This Lectures Project Changes.html
 23. If Statement & Comparison Operators
 24.1 This Lectures Project Changes.html
 24. Getting Input
 25.1 This Lectures Project Changes.html
 25. Variable Scope
 26.1 This Lectures Project Changes.html
 26. Function Return Values
 27.1 This Lectures Project Changes.html
 27. Following The Player With Camera2D
 28.1 This Lectures Project Changes.html
 28. Making The Maze
 29.1 This Lectures Project Changes.html
 29. Using Signals To Reset The Game
 30.1 This Lectures Project Changes.html
 30. Parallax Background & Text Labels
 31. Wrap Up - Speedy Saucer
 32. Section Intro - Alien Attack
 33.1 alien attack assets.zip.html
 33.2 This Lectures Project Changes.html
 33. Project Setup & Player Scene
 34.1 This Lectures Project Changes.html
 34. Player Movement
 35.1 This Lectures Project Changes.html
 35. Clamping Players Position
 36.1 This Lectures Project Changes.html
 36. Rocket Scene & Movement
 37.1 This Lectures Project Changes.html
 37. Understanding Delta Time
 38.1 This Lectures Project Changes.html
 38. Shooting Rockets
 39.1 This Lectures Project Changes.html
 39. Creating References To Nodes
 40.1 This Lectures Project Changes.html
 40. Deleting Unwanted Rockets
 41.1 This Lectures Project Changes.html
 41. Enemy Scene & Movement
 42.1 This Lectures Project Changes.html
 42. Enemy Spawner Scene
 43.1 This Lectures Project Changes.html
 43. Spawn Enemy Function
 44.1 This Lectures Project Changes.html
 44. Shooting Enemies & Collision Layers
 45.1 This Lectures Project Changes.html
 45. Enemy Deathzone
 46.1 This Lectures Project Changes.html
 46. Lives & Custom Signals
 47.1 This Lectures Project Changes.html
 47. Scoring & Enemy Died Signal
 48.1 This Lectures Project Changes.html
 48. Score UI
 49.1 This Lectures Project Changes.html
 49. Lives UI
 50.1 This Lectures Project Changes.html
 50. Game Over Screen
 51.1 This Lectures Project Changes.html
 51. Adding Sound Effects
 52.1 This Lectures Project Changes.html
 52. Flame Particle Effect
 53.1 This Lectures Project Changes.html
 53. Path Enemy
 54.1 This Lectures Project Changes.html
 54. Adding Path Enemy To The Spawner
 55. Wrap Up - Alien Attack