Tags: example

Tool

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.

Library

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.

Game

BlockPop

BlockPop is a simple Breakout clone developed using the Godot Engine. Created with Godot 1.1, it serves as an early learning project and may not be suitable for reference with newer Godot versions.

Game

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.

Demo

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.

3D Demo Example Beginner Intermediate Godot-4 Godot-3 Godot 2.1, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 4.0, 4.1, 4.2, 4.x
Tool

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.

Demo

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.

Demo

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.

Game

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.

Demo

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.

Game

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.

Demo

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.

Godot-3 3D Shader Demo Example Godot 3.4.2
Game

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.

Game

Minehunter

Minehunter is a Minesweeper clone created with the Godot Engine. It replicates the classic gameplay with tile opening, flagging, and recursive opening mechanics.

Game

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.

Game

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.

Game

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.

Game

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.

Demo

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.

Godot-4 Godot-3 3D Action Shooter Demo Example Open Source Godot 4.x, 3.5, 3.4, 3.3, 3.2.3, 3.2.2, 3.2.1, 3.2.0, 3.1.x
Tool

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.

Demo

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.

Library

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.

Game

Memory Game

A simple memory game (finding pairs of cards) created using Godot Engine 3. A version for Godot Engine 4 is also available.

Game

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.

Library

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.

Demo

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.