GET UNLIMITED DOWNLOADS
Join Telegram
DMCA -Urgent Content Remove
PSDLY.COM
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max
No Result
View All Result
PSDLY.COM
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max
No Result
View All Result
PSDLY.COM
No Result
View All Result
Home Free Course

Adventurer Andie: Learn to make a 2.5D platformer with Godot

February 19, 2024
in Free Course, Programming, Tutorials
Adventurer Andie: Learn to make a 2.5D platformer with Godot

Adventurer Andie: Learn to make a 2.5D platformer with Godot

Download Adventurer Andie: Learn to make a 2.5D platformer with Godot. Are you looking for this valuable stuff to download? If so then you are in the correct place. On our website, we share resources for, Graphics designers, Motion designers, Game developers, cinematographers, Forex Traders, Programmers, Web developers, 3D artists, photographers, Music Producers and etc.

With one single click, On our website, you will find many premium assets like All kinds of Courses, Photoshop Stuff, Lightroom Preset, Photoshop Actions, Brushes & Gradient, Videohive After Effect Templates, Fonts, Luts, Sounds, 3D models, Plugins, and much more. Psdly.com is a free graphics and all kinds of courses content provider website that helps beginner grow their careers as well as freelancers, Motion designers, cinematographers, Forex Traders, photographers, who can’t afford high-cost courses, and other resources.

File Name:Adventurer Andie: Learn to make a 2.5D platformer with Godot
Content Source:https://www.udemy.com/course/adventurer-andie-learn-to-make-a-2point5d-platformer-with-godot/
Genre / Category:Programming
File Size :3.2 GB
Publisher:udemy
Updated and Published:February 19, 2024
Product Details

Hello, I’m Single-minded Ryan, a game developer and digital artist.

In this course, we are going to create a typical 2D-style game in a 3D world, but before getting into the details, I know you have a big question a ask:

What is the code benefit that this course has to offer?

The answer is that I want you to feel like you are making a real game from the very beginning

I want to you learn the knowledge about game development with production-level game assets, so you can absorb these ideas seamlessly.

This is why I put a lot of effort into creating the assets for the course, so you can have high-quality characters, smooth animations, detailed materials and VFX particles, and good-looking level modules to work with.

These assets are great benefits you can get with this course because you can use the assets to experiment with new ideas and design your levels even after finishing the course.

Let’s talk about what we are going to do in this course.

Our player can explore this world with 2D movements, so we’ll cover these behaviors in GDScript, including the run, jump, and melee attack actions.

Then we’ll learn how to control the animations using a combination of different animation nodes, such as the StateMachine node, the blend animation node, and the OneShot node. This way you will have more flexibility when dealing with complicated animation setups.

When it comes to the enemy, I’ll show you how to make it patrol around the platform, and to detect the edges and blocks so it knows when to turn around. These behaviors are achieved by the ray cast feature, which is an essential technique you have to know to deal with the physics engine in game development.

Visual effect is also a big part of video games, I’ll show you how to control the particles via the script and how to create material animation for the sword-swinging action.

Want more challenges for the player? Let’s create a trap with spikes, here we’ll learn how to detect physics bodies using a collision shape, and how to use physics layers to manage the collision detection.

Need something to keep the player alive? Here comes the health pickup. To make the pickup work, We’ll finish the player’s health system with the heart UI on screen.

Finally, we’ll set up an end door as the destination of the level, and cover the game over UI and the restart game button to finish up the gameplay

By the end of this course, you’ll be able to export the game to executable files and show it off to your friends.

If you are eager to improve your programming skills, this course also has a lot to offer.

We’ll talk about the core idea of Godot game development: the Game Lifecycle functions, these concepts are shared between many game engines, so understanding these functions will help you establish a solid foundation for your further career.

You’ll learn about some basic programming ideas like how to use variables and constants, how to use conditions and control flow like the if statement and the for loop.

We’ll also talk about some unique GDScript features, like how to use annotations and how to communicate between scripts using signals, which is

But I want you to notice that this course is not heavily code-oriented, meaning it would be really great if you understood some basic programming ideas.

AVvXsEjnfSIh25jkXtmNQeL1qXJuFF7Pap9Z672WEi7jVwTFfrBMuo5spM9MqIvUHd PBD6IO6KJKboAGlD2 PNnF2k4tsnZtyqjQNOqexqsuGuHVB50AKqIyhJfKUsqQolGmzssZJ42meD9ODgHnr0o7Q nc1seBE6MAypjEfK7vXCIY0EopKIhFihMZj4AGAg=s16000

DOWNLOAD LINK: Adventurer Andie: Learn to make a 2.5D platformer with Godot

Adventurer_Andie_Learn_to_make_a_2.5D_platformer_with_Godot.part1.rar – 995.0 MB
Adventurer_Andie_Learn_to_make_a_2.5D_platformer_with_Godot.part2.rar – 995.0 MB
Adventurer_Andie_Learn_to_make_a_2.5D_platformer_with_Godot.part3.rar – 995.0 MB
Adventurer_Andie_Learn_to_make_a_2.5D_platformer_with_Godot.part4.rar – 280.3 MB

FILEAXA.COM – is our main file storage service. We host all files there. You can join the FILEAXA.COM premium service to access our all files without any limation and fast download speed.

Subscribe Our Telegram Channel
Tags: free courseprogrammingTutorials

More Download

The Scalable Flutter Code: Pro Architecture
Other Tutorials

Udemy – The Scalable Flutter Code: Pro Architecture

...

Generative AI for Beginners: Chatbots, RAG, MCP & AI Agents
Programming

Udemy – Generative AI for Beginners: Chatbots, RAG, MCP & AI Agents

...

Complete AI Content Creation Mastery: Social Media & Beyond
Other Tutorials

Udemy – Complete AI Content Creation Mastery: Social Media & Beyond

...

AI & Deep Learning Explained: Complete Course for Beginners
Programming

Udemy – AI & Deep Learning Explained: Complete Course for Beginners

...

Load More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


Creative Search

No Result
View All Result

About us.

You Can Download Free Thousands of Premium Quality Graphics Resource Mockups, Videohive, Templates, Fonts, Course, Add-Ons, Web Theme for Personal use

Follow us

Free GFX Pack

  • Free Mockups
  • Free Logo Mockups
  • Free T-Shirt Mockups
  • Free Product Mockups

Free VFX Pack

  • Free Footage
  • Free Premiere Pro
  • After Effect Template
  • Free Videohive Download

Free Add-Ons

  • Brushes And Gradient
  • Free Lightroom Preset
  • Free Photoshop Actions

Free Web Pack

  • Free Wp Theme
  • Free Wp Plugin
  • Free HTML Theme
  • Free Blogger Template
  • Home
  • Donate
  • About us
  • Contact
  • DMCA – Content Removal

© 2019 - 2025 Psdly.com. All rights reserved.

No Result
View All Result
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max