Patrick Morrow/Game Development Using Godot

  • $5

Game Development Using Godot

  • Course
  • 18 Lessons

A game development course using the Godot engine. This course is suitable for beginners.

Contents

Godot Download and Setup

01. Downloading and Setting up Godot

Maze Game

In this section you will learn how to create a simple maze game.
Assets.zip
02. Using Tile Maps to set up the first level
03. Creating the player scene
04. Adding player movement code
05. Normalizing a Vector
06. Adding an Instance of the Player Scene to the Maze Scene
07. Creating animated coins
08. How to collect coins
09. How to create a door switch
10. How to create an animated door
11. Connecting the switch and the door
12. Adding an animated sprite to the Player character
13. Starting the Player animations on matching key presses
14. Adding a HUD to display the score
15. Changing Scenes
16. Adding sound effects
17. Adding an enemy