Game Kits

Alys - Precision Platformer
by s3r0s4pi3ns
This demo is based on the popular game Celeste and incorporates some of its mechanics using the 2D-Essentials plugin.

3D asset pack preview renederer
by emailprotected
This tool is meant to help 3D asset pack creators on their work to make more appealing their packs. Creating 3D previews of each 3D model and creating a customizable Overview.html web file.

Godot-Rust Template Project
by asdromundo
This is a template project for using Rust in Godot, created based on the official [Godot-Rust](https://godot-rust.github.io/book/intro/hello-world.html) guide. It serves as a starting point for developers who want to integrate Rust into their Godot projects for better performance and type safety.

Godot Tactical RPG
by ramaureirac
A tactical role-playing game demo for the Godot Engine

Dodge the Creeps Demo
by godotengine
This is a simple game where your character must move and avoid the enemies for as long as possible. This is a finished version of the game featured in the "Your first 2D game" tutorial in the documentation. For more details, consider following the tutorial in the documentation: https://docs.godotengine.org/en/latest/getting_started/first_2d_game/index.html Language: GDScript Renderer: Compatibility
Terrestrial Characters
by manglemix
A well documented, and easy to use package for developing FPS, TPS, platformers etc. Package includes Character, PivotPoint (for heads and cameras), KinematicArm (SpringArm alternative which doesn't use raycasting; For a GTA like camera) Fully written in GDscript version 3.2.2

GUI in 3D Viewport Demo
by godotengine
A demo showing a GUI instanced within a 3D scene using viewports, as well as forwarding mouse and keyboard input to the GUI. Language: GDScript Renderer: Compatibility

OpenWeatherMap In Godot 4
by kinggd
Add real-time weather features to your Godot 4 projects with the OpenWeatherMap API. It`s easy to use β just follow the structured URL for API calls and get current weather info like temperature, humidity, and wind speed for free. This is a project that shows you how to use the OpenWeatherMap API in Godot 4.If you want to create a weather app with a better UI design, you can watch this video: https://youtu.be/RvxLPOXMDXs You can access the following data from this API response: Coordinates: -...

2D Particles Demo
by godotengine
This demo showcases how 2D particle systems work in Godot. Language: GDScript Renderer: Mobile

Smart Drag And Drop Cards
by sesinivan
My experimental asset for Godot 4.x to add mechanics for transferring cards within a single field (a battlefield or a player's hand) I decided to implement the mechanics of moving cards in the hand, because in other card games like Magic: The Gathering or Hearthstone and in Godot Asset Store there is no such function. As a result, it turned out to create not so much a "special hand" as a universal field with smart relocatable card mechanics.

2D Wheeled Vehicle Template
by vrojak
This template allows users to construct arbitrary 2D wheeled vehicles. The basic concept is to simulate each wheel individually, which makes it possible to make a wide variety of vehicles, regardless of the amount of wheels or the steering. Several example vehicles are provided. For a more detailed description and manual, please visit the GitHub page: https://github.com/vrojak/godot-wheeled-vehicle-template

Turtle
by asoee
Turtle implementation for Godot Template enabling training of basic programming skills in godot environment with visual feedback.