Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create 2 procedurally generated 2D roguelite in Godot 4.4
Rating: 4.0 out of 5(143 ratings)
1,189 students

Create 2 procedurally generated 2D roguelite in Godot 4.4

Learn how to make game like Nuclear Throne or Enter the gungeon using Godot 4.4
Created byJMG Studios
Last updated 8/2025
English

What you'll learn

  • Learn the fundamentals of Godot 4
  • Learn how to create a procedural generation algorithm
  • You will learn the fundamentals mechanics of a 2D Roguelike game
  • You will build a prototype that you will be able to sale

Course content

6 sections84 lectures12h 36m total length
  • Setting up the level generation scene and node structure4:54
  • Creating all the variable needed for the walker9:03
  • Creating the procedural generation walker algorithm22:47
  • Generating the background with collision shape12:25
  • Making the level generation instant5:33
  • Creating the background terrain8:59
  • Calling the background terrain in our procgen algorithm11:00
  • Instancing the Player in the level generated with a Player handler object24:54
  • Placing exit in the level17:15
  • Placing object in the level part 113:10
  • Placing object in the level part 210:23

Requirements

  • A bit of programming knowledge is needed (knowing function, variable, etc), but I'll teach you the rest

Description

** THIS COURSE HAS BEEN RECENTLY UPDATED for GODOT 4.4**

In this course you will learn how to create a procedurally generated 2D Roguelike similar to games like Nuclear Throne or Enter the gungeon. We will use an algorithm called random walker that we will use to create automatically new levels: everytime we will load our level a new one will be automatically generated, which open the gate for infinite levels. We will learn how to place our player, groups of enemies and exit inside it, as well as instancing ammunitions when our enemy dies. We will also create from scratch a player with typical roguelike movement and shooting mechanic like having the rotation of our player and his gun based on the position of the mouse, we will learn how to configure a mouse icon that is animated, how to create enemies that can patrol randomly and chase you once you’ve been detected, and way much more.

Here is a list of the things we will learn together:

  • Generating procedurally a level that is autotiled with terrains and collisions shape

  • Rotating the gun and the player toward the mouse position

  • Instancing enemies inside the border of our generated level

  • Having our enemy chasing us

  • Being able to collect ammo by looting them inside our level

  • Having a countdown that restart the level when reaching zero

  • Creating shader to damage the player

  • Having screen shake when the bullet explode

  • Having a player life system

  • Having an exit portal that we need to find to continue playing the game

I’ve been enjoying making this new course as I am fascinated by procedural generation, and I hope that this course will be the right entry gate for you if you want to go deeper into that segment of programming that is rarely taught in a way that is complete and accessible for beginner programmer.

The asset will be provided with this course, so you just have to enroll and start coding.

So thank you for reading this and considering buying this course, and I’ll see you in the first lecture!

Who this course is for:

  • This course is targeted first for intermediate programmer but is accessible to beginner looking to learn more how works procedural generation