Tags: example
Maaack's Game Template
Maaack's Game Template is a comprehensive Godot 4 template providing a ready-made main menu, options, pause menu, credits, scene loader, and example game scene. It supports both new and existing projects, offering a scalable foundation for game development.
WaterSplash 2D node
A 2D water splash node for the Godot game engine. This module, created for the game LittleShadows, allows developers to easily add water splash effects to their 2D games.
Multiplayer Third Person Shooter
A multiplayer third-person shooter example project built with Godot 3.2. It showcases basic features like player movement, weapon systems, and networking.
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.
LibreAim
LibreAim is a free and open-source FPS aim trainer developed with Godot 4.4. It focuses on customization and lightweight performance, aiming to provide a training tool that runs smoothly even on low-end machines.
Godot First Person Camera
A simple first-person camera implementation in Godot, designed for educational purposes. Demonstrates basic FPS controls, camera rotation, and player animation using GDScript.
Minimum Game
Minimum Game is a top-down 2D pixel art game template for Godot Engine. It features multiple rooms, a HUD, main and pause menus, a victory screen, autosaving, and sound effects, providing a starting point for 2D game development.
Three Hungry Mice
"Three Hungry Mice" is a small breakout game developed with the Godot Engine for the Godot Engine Jam in March 2016. Control two mice and tilt the trampoline to keep the ball in play.
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.
Planet Rider
Planet Rider is a 2D physics-based parkour game developed with Godot Engine. Players must guide a stranded delivery man through randomly generated alien landscapes on a hover bike, collecting fuel to reach the rescue zone.
Realistic Water Shader
This is a demo of a realistic water shader for Godot Engine. It showcases realistic 3D water with features like foam and caustics, implemented in Godot 3.4.2.
Circle Jump
Circle Jump is a mobile arcade game developed with the Godot Engine. It offers an enjoyable and addicting experience, complemented by a tutorial that guides users through its creation.
Minehunter
Minehunter is a Minesweeper clone created with the Godot Engine. It replicates the classic gameplay with tile opening, flagging, and recursive opening mechanics.
Dolphin Island 2
Dolphin Island 2 is a 2D platformer game developed for the A Game By It's Cover 2015 Game Jam using Godot Engine. The game features classic platforming mechanics within a colorful island setting.
TuxBuilder
TuxBuilder is a Godot 3-based reimplementation of the classic jump'n'run game SuperTux. It utilizes and modifies some of SuperTux's original assets.
Breakable
Breakable is a breakout-like game made with the Godot Engine, created to learn Godot and test various features. It supports Godot 3.4.x and also has a Godot 2.x version available.
Blipshift
Blipshift is a simple top-down 2D game using the Godot Engine, originally created by Michael Groufsky and ported to Godot 3.1. All code and assets are public domain, allowing for free use and modification.
TPS Demo
This is the official Third Person Shooter (TPS) demo for Godot Engine, showcasing high-quality graphics and gameplay mechanics. It provides a complete example for creating a TPS game in Godot.
2D Destructible Objects
This GDScript plugin for Godot 3 allows you to easily create destructible 2D objects. It divides a sprite into blocks that explode upon impact, adding dynamic destruction to your game.
Godot Game Of Life
A GPU-based implementation of Conway's Game of Life in Godot, leveraging shaders for cellular automata calculations. GDScript is used for user input, with a focus on efficient rendering techniques.
Godot Shaders
Godot Shaders is a free and open-source shader library by GDQuest, offering a wide range of 2D, 3D, and screen shaders with demo scenes. It's currently being ported to Godot 4, with a stable version available for Godot 3.
Memory Game
A simple memory game (finding pairs of cards) created using Godot Engine 3. A version for Godot Engine 4 is also available.
Ninja-Training
Ninja-Training is a small 2D running game developed as a one-hour challenge using Godot. It's a playable, albeit simple, game created under the GPLv3+ license.
Simplified Flight Simulation library
This GDScript addon provides a simplified flight simulation system for Godot Engine, suitable for various aircraft and spacecraft types. It's optimized for game development, offering a modular approach to create different aircraft behaviors without the complexity of scientific precision.
2D Day/Night Cycle
This Godot 3 project provides a 2D day/night cycle using CanvasModulate and Light2D for a moon light effect. It includes examples for cycles with and without moon light, and features a debug overlay for testing.