• Stars
    star
    151
  • Rank 244,632 (Top 5 %)
  • Language GDScript
  • License
    MIT License
  • Created about 6 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Exploring Procedural Generation algorithms in Godot

Procedural Generation in Godot

In this series, we’ll explore the applications of procedural generation to game development. While we’ll be using Godot 3.0 as our platform, much of the concepts and algorithms related to this subject are universal, and you can apply them to whatever platform you may be working on.

Part 01: Mazes

Generating a random maze using the Recursive Backtracker algorithm and Godot's TileMap node.

alt

Part 02: Using Mazes

Additions and modifications to the maze generator from Part 1.

Part 03: Tile-based Infinite Worlds

Generating a random tile-based map as you explore it.

More Repositories

1

pygame_tutorials

Code to go along with lessons at http://kidscancode.org/lessons
Python
578
star
2

godot_recipes

Lessons, tutorials, and guides for game development using the Godot game engine.
CSS
230
star
3

godot_tutorials

Code and examples for KidsCanCode Godot Tutorials.
GDScript
176
star
4

circle_jump

An open source mobile game made with Godot.
GDScript
136
star
5

Godot3_dodge

"Dodge the Creeps!" Godot Engine 3.0 "getting started" game demonstrating the basics.
GDScript
90
star
6

topdown_tanks

A Godot 3 Tutorial game
GDScript
74
star
7

gamedev

Example code and docs for "Game Development and Design" class
Python
62
star
8

3d_car_sphere

Demo using a rolling sphere to simulate car physics.
GDScript
48
star
9

intro-python-code

Code for projects from the Intro to Programming course
Python
34
star
10

godot3_particles2d_demo

Demonstration of Godot 3.0's Particles2D node.
GDScript
30
star
11

space_rocks

Asteroids-like game made with Godot Engine 3.0.
GDScript
24
star
12

3d_car_tutorial

Making a 3D kinematic car in Godot.
GDScript
20
star
13

godot_tilemap_navigation

Example start and end projects for TileMap Navigation tutorial
GDScript
18
star
14

3d_spaceship_demo

GDScript
11
star
15

godot_guides

Working versions of Godot 3.0 guides and other articles
9
star
16

kidscancode.github.com

website for kidscancode.org
HTML
9
star
17

godot_one_shots

Small demos and tutorials for Godot 3.0
GDScript
7
star
18

Godot3_tanks

2D Tank Battle game in Godot Engine 3.0
GDScript
7
star
19

diplomacy_helper

Helper tool for managing school Diplomacy games. Built with Godot Engine.
GDScript
6
star
20

Godot3_Dodge_VS

Godot 3.0 "Dodge the Creeps" beginner game in Visual Scripting.
5
star
21

crazy_cars

GDScript
4
star
22

minecraft-programming-code

Code for projects from the Programming with Minecraft course
3
star
23

python_dev_class

Python
3
star
24

shooting_demos

GDScript
2
star
25

godot_book_projects

1
star
26

html5-games

Educational Javascript game development projects
JavaScript
1
star
27

cube_world

CubeWorld game
GDScript
1
star
28

gamedev_love2d

Lua
1
star