All Projects → kidscancode → Godot3_procgen_demos

kidscancode / Godot3_procgen_demos

Licence: mit
Exploring Procedural Generation algorithms in Godot

Projects that are alternatives of or similar to Godot3 procgen demos

Godot Kickstarter 2019
Create your Own Games with Godot, the Free Game Engine: sources from the January Kickstarter project from GDQuest
Stars: ✭ 194 (+128.24%)
Mutual labels:  game-development, gamedev, godot, godot-engine, tutorial
Luascript
Lua language support for Godot Engine
Stars: ✭ 240 (+182.35%)
Mutual labels:  game-development, gamedev, godot, godot-engine
Godot Ink
Ink integration for Godot Engine.
Stars: ✭ 129 (+51.76%)
Mutual labels:  game-development, gamedev, godot, godot-engine
Godot 2d Space Game
A 2D space exploration and mining game made with Godot and our AI framework
Stars: ✭ 462 (+443.53%)
Mutual labels:  procedural-generation, game-development, godot, godot-engine
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (+43.53%)
Mutual labels:  game-development, gamedev, godot, godot-engine
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+905.88%)
Mutual labels:  game-development, gamedev, godot, godot-engine
Mdframework
A multiplayer C# game framework for Godot 3.2 Mono.
Stars: ✭ 34 (-60%)
Mutual labels:  game-development, gamedev, godot, godot-engine
Space rocks
Asteroids-like game made with Godot Engine 3.0.
Stars: ✭ 20 (-76.47%)
Mutual labels:  game-development, gamedev, godot, godot-engine
Godot tutorials
Code and examples for KidsCanCode Godot Tutorials.
Stars: ✭ 119 (+40%)
Mutual labels:  game-development, gamedev, godot, tutorial
Godot Steering Ai Framework
A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.
Stars: ✭ 482 (+467.06%)
Mutual labels:  algorithms, game-development, godot, godot-engine
godot-shotgun-party
An evolving multiplayer project for Godot Engine 3.
Stars: ✭ 171 (+101.18%)
Mutual labels:  gamedev, godot, godot-engine
MySQL Module
MySQL connector to Godot Engine.
Stars: ✭ 30 (-64.71%)
Mutual labels:  gamedev, godot, godot-engine
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+13662.35%)
Mutual labels:  game-development, gamedev, godot
Awesome Godot
A curated list of free/libre plugins, scripts and add-ons for Godot
Stars: ✭ 3,092 (+3537.65%)
Mutual labels:  game-development, godot, godot-engine
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (+1216.47%)
Mutual labels:  game-development, gamedev, tutorial
godot-gameshell
Godot export templates and instructions for the GameShell portable game console and other single-board computers
Stars: ✭ 34 (-60%)
Mutual labels:  gamedev, godot, godot-engine
Blog
gamedev blog
Stars: ✭ 3,076 (+3518.82%)
Mutual labels:  game-development, gamedev, tutorial
Godot Power Pitch
International pitch for the Godot Game Engine, made in Godot, available in 15+ languages
Stars: ✭ 348 (+309.41%)
Mutual labels:  game-development, godot, godot-engine
Qurobullet
A powerful 2D projectile system module for Godot!
Stars: ✭ 78 (-8.24%)
Mutual labels:  game-development, godot, godot-engine
Blog
About math, programming and procedural generation
Stars: ✭ 37 (-56.47%)
Mutual labels:  algorithms, procedural-generation, gamedev

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].