Game Kits

Pong CS
by mugentwo
C# translation of the following example: https://godotengine.org/asset-library/asset/121

3D Kinematic Character Demo CS
by mugentwo
3D Kinematic Character Demo CS Godot C# Godot translation of the following Godot example: https://godotengine.org/asset-library/asset/126

Pong with GDScript Demo
by godotengine
A simple Pong game. This demo shows best practices for game development in Godot, including signals: https://docs.godotengine.org/en/latest/getting_started/step_by_step/signals.html How it works: The walls, paddle, and ball are all Area2D nodes. When the ball touches the walls or the paddles, they emit signals and modify the ball. NOTE: There is a C# version available here: https://godotengine.org/asset-library/asset/2796 Language: GDScript Renderer: Compatibility

Notes
by mxt08
A simple text editor and saver.

drag and drop
by ange
a drag and drop demo made with Godot

3D reflecting laser Godot.
by remysaurus
a reflecting laser in Godot 4.0 can activate collisions

Waving Tree
by go3d
This is a Godot project containing a scene with a waving tree (using shaders from Youtuber Rainware) and a beautiful environment setup with GodRays addon by Slsillicon and scatter plugin by hungry proton.

DaemonSide
by aviangames
A simple 2D Action Game. The Player can move and attack in 4 Directions. He can lose and collect Hearts through Enemys and floating Hearts inside a Level.

Starter Kit FPS
by kenney
Starter Kit FPS is a basic template for a 3D first person shooter in Godot 4.3 (stable). Includes features like; - Character controller - Weapons, switching weapons - Enemies - Sprites and 3D Models (CC0 licensed) Controls: - W A S D: Movement - Spacebar: Jump - Left mouse button: Shoot - E: Switch weapon

Noise Viewer Demo
by godotengine
This is a sample project which allows the user to tweak different parameters of a FastNoiseLite texture. Language: GDScript Renderer: Compatibility

NMKR SDK
by odiobill
The "NMKR SDK for Godot" plugin addresses the need for seamless integration of NFTs and other blockchain capabilities in the gaming industry, particularly targeting indie game developers using Godot. With this tool, we aim to attract new developers and users to the blockchain ecosystem, broadening its user base while facilitating the implementation of NFT technology for game developers who are adopting different revenue models.

CardEngine - Card games framework
by braindeadbzh
CardEngine is a framework to create card games for the Godot Engine. Non-exhaustive features list: * Dedicated editor UI to manipulate CardEngine's objects * Database system to manage cards * Fully customizable Container widget to arrange cards on a grid or along a path * Board widget to create complex interactions * Fully customizable Animations * Drag and drop support