Game Kits

Showing 36 of 326 results
Page3 of 28
Alys - Precision Platformer hero image

Alys - Precision Platformer

by s3r0s4pi3ns

FREE

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 hero image

3D asset pack preview renederer

by emailprotected

FREE

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 hero image

Godot-Rust Template Project

by asdromundo

FREE

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 hero image

Godot Tactical RPG

by ramaureirac

FREE

A tactical role-playing game demo for the Godot Engine

Dodge the Creeps Demo hero image

Dodge the Creeps Demo

by godotengine

FREE

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 hero image

Terrestrial Characters

by manglemix

FREE

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 hero image

GUI in 3D Viewport Demo

by godotengine

FREE

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 hero image

OpenWeatherMap In Godot 4

by kinggd

FREE

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 hero image

2D Particles Demo

by godotengine

FREE

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

Smart Drag And Drop Cards hero image

Smart Drag And Drop Cards

by sesinivan

FREE

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 hero image

2D Wheeled Vehicle Template

by vrojak

FREE

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 hero image

Turtle

by asoee

FREE

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