Companies Home Search Profile

Complete Godot 2D: Develop Your Own 2D Games Using Godot 4

Focused View

GameDev.tv Team,Kaan Alpar

11:17:26

15 View
  • 001 Welcome To The Course.mp4
    00:26
  • 01 - Introduction & Setup.zip
  • 002 Downloading Godot.mp4
    02:11
  • 003 Create A Project.mp4
    02:47
  • 004 Exploring Godots Interface.mp4
    14:06
  • 005 More Interface Exploration.mp4
    14:14
  • 006 Community & Support.mp4
    01:33
  • 007 Accessing Our Projects.mp4
    04:38
  • 001 Section Intro - Speedy Saucer.mp4
    01:07
  • 002 Project Setup.mp4
    08:21
  • 003 Nodes & Scenes.mp4
    07:43
  • 004 Rigidbody2D & Collision Shapes.mp4
    08:09
  • 005 Instancing Scenes.mp4
    03:54
  • 006 Editing Instances.mp4
    07:07
  • 007 Parent & Child Relationship.mp4
    09:05
  • 008 Draw Order & Z Index.mp4
    05:23
  • 009 Intro To Scripting.mp4
    09:22
  • 010 Functions & Printing Text.mp4
    08:17
  • 011 Number Operations & More Printing.mp4
    14:35
  • 012 Introducing Variables.mp4
    08:52
  • 013 Function ParametersArguments.mp4
    04:06
  • 014 Vector2 & apply impulse( ).mp4
    05:55
  • 015 Processing & apply force( ).mp4
    08:25
  • 016 If Statement & Comparison Operators.mp4
    09:26
  • 017 Getting Input.mp4
    08:16
  • 018 Variable Scope.mp4
    07:48
  • 019 Function Return Values.mp4
    07:40
  • 020 Following The Player With Camera2D.mp4
    06:09
  • 021 Making The Maze.mp4
    10:56
  • 022 Using Signals To Reset The Game.mp4
    10:47
  • 023 Parallax Background & Text Labels.mp4
    15:20
  • 024 Wrap Up - Speedy Saucer.mp4
    00:34
  • external-links.txt
  • 001 Section Intro - Alien Attack.mp4
    01:44
  • 002 Project Setup & Player Scene.mp4
    09:27
  • 003 Player Movement.mp4
    11:25
  • 004 Clamping Players Position.mp4
    16:33
  • 005 Rocket Scene & Movement.mp4
    09:19
  • 006 Understanding Delta Time.mp4
    10:00
  • 007 Shooting Rockets.mp4
    15:57
  • 008 Creating References To Nodes.mp4
    08:27
  • 009 Deleting Unwanted Rockets.mp4
    07:52
  • 010 Enemy Scene & Movement.mp4
    07:07
  • 011 Enemy Spawner Scene.mp4
    09:49
  • 012 Spawn Enemy Function.mp4
    09:07
  • 013 Shooting Enemies & Collision Layers.mp4
    11:16
  • 014 Enemy Deathzone.mp4
    06:21
  • 015 Lives & Custom Signals.mp4
    11:44
  • 016 Scoring & Enemy Died Signal.mp4
    10:06
  • 017 Score UI.mp4
    09:35
  • 018 Lives UI.mp4
    06:36
  • 019 Game Over Screen.mp4
    14:44
  • 020 Adding Sound Effects.mp4
    06:11
  • 021 Flame Particle Effect.mp4
    12:02
  • 022 Path Enemy.mp4
    07:56
  • 023 Adding Path Enemy To The Spawner.mp4
    06:43
  • 024 Wrap Up - Alien Attack.mp4
    00:24
  • external-links.txt
  • 001 Section Intro - Martian Mike.mp4
    02:40
  • 002 Project Setup - Martian Mike.mp4
    11:02
  • 003 Animated Sprites.mp4
    11:21
  • 004 Player Movement.mp4
    11:58
  • 005 Boolean Operators.mp4
    10:03
  • 006 Updating Animations.mp4
    07:02
  • 007 Deathzone.mp4
    07:12
  • 008 Jump Pad.mp4
    08:30
  • 009 Traps.mp4
    11:30
  • 010 Animation Player.mp4
    11:57
  • 011 Arrays & Groups.mp4
    10:20
  • 012 The For Loop.mp4
    08:01
  • 013 Tilemap Basics.mp4
    16:35
  • 014 Tilemap Terrains (Autotile).mp4
    09:41
  • 015 Scrolling Background.mp4
    11:37
  • 016 Start Area.mp4
    06:55
  • 017 Exit Area.mp4
    05:59
  • 018 Changing Scenes.mp4
    07:34
  • 019 More Levels.mp4
    07:07
  • 020 Level Timer.mp4
    07:36
  • 021 Timer HUD.mp4
    05:38
  • 022 Win Screen.mp4
    09:45
  • 023 Start Menu.mp4
    07:14
  • 024 Level Design.mp4
    03:42
  • 025 Autoloads (Singleton Pattern).mp4
    07:11
  • 026 One-Time Sound Effects.mp4
    10:51
  • 027 Wrap Up - Martian Mike.mp4
    00:48
  • external-links.txt
  • Description


    Learn how to create 2D games from start to finish in Godot engine 4 and GDScript!

    What You'll Learn?


    • Get the most out of the new Godot 4 game engine by making 2D video games
    • Make 3 different awesome games, while learning the fundamentals and key concepts of Godot 4
    • Learn key concepts of Godot such as using Nodes, Scenes, Scripting & Signals
    • Use Godot’s built-in scripting language, GDScript, to create interesting game mechanics
    • Learn the fundamentals of programming such as if statements, loops, functions, coroutines, and more
    • Discover how to use the new Tilemap, the animation player and other important nodes you need to know to make amazing games

    Who is this for?


  • Absolute beginners to Godot and programming
  • Absolute beginners to Godot who know some programming
  • Beginner and lower intermediate users of Godot
  • What You Need to Know?


  • There's no prerequisites for taking this course. Whether you're an absolute beginner or have some programming or Godot experience, this course is for you!
  • More details


    Description

    Learn how to get the most out of the new Godot 4 game engine by making 2D video games.

    We take you through the fundamentals and key concepts of Godot. You’ll use Godot’s built-in scripting language, GDScript, to create interesting game mechanics.

    Plus, you’ll learn the fundamentals of programming such as if statements, loops, functions, coroutines, and more.

    By the end you know how to use the new Tilemap, the animation player and other important nodes to make amazing games!

    You’ll create 3, yes 3!, games in Godot 4…

    • Speed Saucer: a Collision Avoidance Game where you’ll learn Godots fundamentals, scenes, nodes, instancing, scripting and more

    • Alien Attack: 2D Side Scrolling Space Shooter Game covering physics, movement logic, creating UI (user interface), particles and more. You’ll be shooting projectiles and keeping score!

    • Martian Mike: 2D Platformer Game packed full of new skills including animations, scene management, tilemap and many more

    Whether you’re a complete beginner or have dabbled in Godot before, this course will have something for you.

    You’ll get full lifetime access for a single one-off fee. The creators are qualified and experienced with modelling and coding, so are able to explain complex concepts clearly, as well as entertain along the way.

    And you’ll get access to the Q&A where our Instructors, Teaching Assistants and Community are ready to help answer your questions and cheer on your success.

    Godot 4 is an amazing engine and this course is the perfect place to dive into it! ?

    Who this course is for:

    • Absolute beginners to Godot and programming
    • Absolute beginners to Godot who know some programming
    • Beginner and lower intermediate users of Godot

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    GameDev.tv Team
    GameDev.tv Team
    Instructor's Courses
    GameDev tv was created to help anyone learn how to develop, design and sell indie games.  We have some of the best-selling and highest rating game development courses on Udemy. We have more than a million students, and our aim is to make and maintain high quality courses that are engaging and entertaining for them.GameDev tv offers comprehensive courses on Unity, Blender, Unreal, coding in C#, C++ and more.  Looking to learn about a topic that we don't cover? Get plugged into our communities of amazing developers on Facebook (nearly 20k), in our own TA-curated Community (17k views/day), and our student chat group (10k live at any one time).
    Hi there, I'm Kaan and I'm an independent game developer. I have been making games for over 5 years. I studied at Japan Electronics College in Tokyo learning all about computer science.I taught thousands of beginners game development and programming principles. I know exactly how you feel and what you are looking for and I try to make it so that my courses are the perfect fit for you. I remember my own struggles during my learning journey and I try to use those memories as reference points for my lectures.Making games is my PASSION. I'm in love with the whole process of creating a game, from idea to the end product.I decided to become a Udemy instructor in order to share my knowledge with people like you. I believe that the best people on this planet are the ones that share their knowledge with others. I know that I wouldn't have learned so much without the help of others. And now I'm here for you! I hope to see you in one of my classes!Kaan
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 82
    • duration 11:17:26
    • English subtitles has
    • Release Date 2024/04/24