Game Kits

Marching Cubes
by gdarielsl
This is a demo of multiplayer marching cubes game in godot.

Hexagonal Game Demo
by godotengine
Very simple demo showing a hexagonal TileMap and TileSet. Language: GDScript Renderer: Compatibility

3D Multiplayer Bobmerman
by xerotolabs
3D Multiplayer Bomberman Made a 3D version of the 2D demo using version 3.1.1 org demo here https://godotengine.org/asset-library/asset/139

Cupcakes Framework
by oplexitie
A Five Nights at Freddy's framework made for the Godot game engine.

Skeleton2D Demo
by godotengine
This demo shows how to create a rigged and animated character in 2D using Godot's Skeleton2D node. There are several movement-related animations and there is a simple character controller that controls the animations. Language: GDScript Renderer: Compatibility

Scrolling Backgrounds Demo
by gaspi
A demo for my scrolling backgrounds tool.

Oculus Quest Button
by creikey
This tool allows you to figure out which button on the Oculus Quest Touch Controllers corresponds to which button ID.

Godot WebXR Template
by m
A template for quickly getting started with WebXR projects in Godot.

2D Hexagonal Map Navigation Demo
by dimithrandir
An example of implementing hexagonal TileMap navigation in Godot. Features navigation with mouse control and path finding.

Crypth of the Necrodancer mechanics
by ange
a Crypth of the Necrodancer copy made with Godot

Large World Coordinates Demo
by godotengine
This project showcases optional support for double-precision rendering and physics in action. When using a *single-precision* build, precision errors can be noticeable as soon as you're more than a few thousand units away from the world origin. When using a *double-precision* build, meshes will remain stable even when very far away from the world origin (billions of units away or more). See the Large world coordinates documentation for more information: https://docs.godotengine.org/en/latest/...

Godot VoIP Demo
by cas
Godot VoIP 🎙🌠is a Godot addon which makes it very easy to setup a real time voice chat system in your Godot game. This addon also includes a demo project.