Tags: intermediate
OpenRPG
OpenRPG is a Godot 4 demo project showcasing the creation of a classical turn-based RPG, providing a learning resource with reusable code and a solid code structure. It uses Godot 4.3 and the Tiny Town asset pack by Kenney.
GdUnit4
GdUnit4 is an embedded unit testing framework for Godot Engine, supporting GdScript and C# with features like test discovery, fluent syntax, mocking, and continuous integration support. It allows developers to write and execute unit tests directly within the Godot editor.
Dialogic
Dialogic is a Godot Engine plugin designed to simplify the creation of dialogs, visual novels, and RPGs by managing characters and conversations. Version 2 requires Godot 4.2.2 or later, while version 1 supports Godot 3.x.
UI Design Tool
The UI Design Tool is a Godot 4 plugin that provides an intuitive UI design workflow directly in the editor. It allows importing and managing fonts, styling UI elements, and batch editing, enhancing the visual development process.
GdUnit3
GdUnit3 is a Godot editor plugin that provides a unit testing framework for GDScript and C# scripts, enabling test-driven development. Note: GdUnit3 is no longer maintained; consider using GdUnit4 for Godot 4 projects.
Health, HitBoxes, HurtBoxes, and HitScans
This Godot plugin provides components for managing health, damage, and healing in 2D and 3D games. It includes Health, HitBox, HurtBox, and HitScan nodes for implementing robust combat and damage systems.
Input Helper
Input Helper is a Godot 4 plugin designed to simplify input management. It detects input devices, remaps controls, and allows for gamepad rumble effects, with specific versions available for both Godot 3.x and 4.x.
Emacs
This package provides GDScript language support for the Emacs editor, offering syntax highlighting, code folding, and auto-completion features. It enhances the GDScript development experience within Emacs.
Orchestrator
Orchestrator is a visual scripting solution for Godot 4.2+ that allows developers to build complex game logic with an intuitive graph editor and hundreds of nodes. It simplifies game development and provides flexibility comparable to commercial game engines.
DotnetQuestSystem
DotnetQuestSystem is a simple and powerful Godot add-on written in C# for creating quest systems. It offers an easy-to-use API and detailed documentation for quick integration of quest mechanics.
Broken Seals
Broken Seals is a 3D third-person RPG developed with a custom version of the Godot Engine, focusing on complex gameplay reminiscent of old-school MMOs. It features both multiplayer and single-player capabilities and aims to run on multiple platforms, with a PC-first design.
SmartShape2D
SmartShape2D is a Godot plugin for creating textured 2D polygons, ideal for terrain and level design. It supports both Godot 4 and Godot 3, allowing for easy creation and manipulation of 2D shapes with tilemap-like textures.
Quest Manager
A minimalistic quest manager for Godot Engine, designed for easy quest tree creation and runtime debugging. It features customizable GUI nodes and a quest viewer for tracking progress.
Arrow
Arrow is a free, open-source, and feature-rich tool for game narrative design, text-adventure development, and the creation of interactive nonlinear storytelling documents. It offers visual development, an advanced node system, and one-click playable HTML exports.
ThemeGen
ThemeGen is a Godot Engine tool that simplifies theme creation using GDScript. It enables efficient style reuse, recombination, and color sharing across UI components, enhancing theme management and customization.
godot-simple-state
Godot Simple State is a clean and easy-to-use Finite State Machine (FSM) plugin for Godot 3.x. It simplifies state management by using nodes and provides functionalities like state transitions, signal handling, and dependency injection.
Open Source A-RPG Demo
This is a full open-source A-RPG demo created with Godot, showcasing good programming practices for a growing game project. It features multiple interlocking systems, core gameplay, a boss encounter, inventory, shop systems, and a user interface with nested menus.
Thrive
Thrive is an open-source game project built with Godot Engine, focusing on the evolution of life. It's primarily written in C# and utilizes Godot's scene system for game development.
Haldric
Haldric is a work-in-progress reimplementation of the Battle for Wesnoth, built using the Godot Engine. This project represents an effort to modernize the classic strategy game with a new engine.
PortAudio
This Godot module provides wrapper methods for the PortAudio library, enabling low-latency audio processing and direct control over audio input and output within Godot Engine. It offers flexibility in choosing audio drivers and managing audio buffers, making it suitable for audio tools and rhythm games.
GUT
GUT (Godot Unit Test) is a unit testing framework for the Godot Engine, allowing you to write tests for your GDScript code in GDScript. It supports Godot 3 and 4 and provides a simple way to install and use a plethora of asserts and utility methods.
Pixelorama
Pixelorama is a free and open-source pixel art editor built with Godot Engine. It offers a wide range of tools and features for creating pixel art, animations, and tilemaps.
Godot Demo Projects
A comprehensive collection of official Godot Engine demo projects, showcasing various features and capabilities of the engine across multiple versions. These demos serve as practical examples for developers to learn and explore Godot's functionalities.
Dijkstra map for Godot
This GDNative plugin provides a Dijkstra Map pathfinding node for Godot, offering versatility for pre-computing paths in games like tower defense, RTS, and roguelikes. It is written in Rust and supports C# integration, providing a performance boost over GDScript.
Dialogue Manager
Dialogue Manager is a Godot 4.4+ addon for creating branching dialogues. It offers a script-like editor and runtime for easy integration into your game.
Cyclops Level Builder
Cyclops Level Builder is a Godot Engine plugin that allows for rapid environment creation directly in the viewport. It supports block creation, material editing, and comes with built-in collision.
Godot experiments
A collection of 2D, 3D, and VR experiments in Godot, showcasing various game mechanics and visual effects. The repository includes projects targeting both Godot 3.x and 4.0, with a focus on practical examples and mini-tutorials.
Debanding Material Shader
This is a simple material shader for Godot 3.2.x that adds debanding noise to fix banding effects, specifically for the GLES2 renderer which lacks full-screen debanding support. It's designed to be easily integrated into existing projects by either using the provided ShaderMaterial or copy-pasting the debanding code.
Takin Godot Template
Takin Godot Template is a Godot 4.4 template for game projects, fusing curated plugins, essential features, and best practices. It provides a solid foundation to kick-start new projects with GDScript.
Questify
Questify is a graph-based quest editor and manager for Godot 4, providing a visual interface to create and manage quests using a node-based system. It includes features like condition handling, branching, serialization, and C# support.
Maaack's Menus Template
Maaack's Menus Template is a comprehensive Godot 4 template providing a ready-to-use menu system, including main menu, options, credits, and scene loading. It supports multiple resolutions and input methods, suitable for game jams and commercial projects.
QuestSystem
QuestSystem is a minimal and modular addon for Godot 4.4+ that simplifies the creation of custom quests with an easy-to-use API and resource-based quests. It supports CSV and POT localization and is fully typed for type safety.
GodotOnReady
GodotOnReady is a C# source generator for Godot 3.x that provides `onready`-like functionality for C# scripts, eliminating the need for reflection. It offers attributes to load nodes/resources and execute methods during `_Ready`.
Everplast
Everplast is a fast-paced 2D platformer developed with Godot Engine, offering a unique blend of adrenaline-fueled gameplay and player freedom. Navigate hand-built environments, manage your adrenaline, and collect orbs to enhance your abilities in this challenging adventure.
Scene Manager
The Godot Scene Manager plugin simplifies scene transitions and node referencing. It offers customizable transitions with minimal code, enhancing project organization and workflow efficiency.