This template allows you to create peer-to-peer (P2P) multiplayer games in Godot 3 without the need for a dedicated server.It uses Godot's high-level multiplayer API along with UPnP (Universal Plug and Play) for automatic port forwarding, making it easy to connect players over the internet directly.Features include:- Host/join system using IP- P2P networking with no server required- UPnP support for port forwarding- Handles connection, disconnection, and timeouts- Clean and well-organized code structure- Includes a working demo projectPerfect for developers who want to build online multiplayer games with minimal setup.
Create tile-based 3D levels for dungeon crawler -style games.See GitHub repository for more information:https://github.com/ReunMedia/godot-levelblock
A Godot plugin to create 3D highways, streets, and AI paths with ease (Godot 3.5 version no longer in development)Features include:- Fully custom geometry extending the 3D Path node, for perfectly tiled road seams and no holes or gaps.- Custom nodes for road generation (RoadManager, RoadContainer, RoadPoint, and RoadLane)- Utility RoadLaneAgent node for easily following your road- The ability to define arbitrary number of lanes and other parameters on a per-RoadPoint basis- Procedural geometry for lane changes based on connected RoadPoints- Automated collision mesh generation- Automated AI lane paths created with neighbor-connectedness- Visual feedback with custom viewport gizmos- Quickly generate roads using interactive an interactive add mode and live connection tool- Several hand-modeled intersections ready to drop into your sceneNote: v0.6.0 is the last update we are planning to make for Godot 3.x
Casual Run Arcade is an open-source Godot project where players must avoid obstacles, collect coins and survive as long as possible while the game speed gradually increases. Also the game features a skins system, where you can unlock skins and use them in-game. Built using the Godot game engine (version 3.5 or later) with the GLES 2 renderer, this project is optimized for mobile devices, ensuring smooth gameplay (good FPS, no stutters) even on low-end phones.More info: https://thegamehub.club/viewtopic.php?t=2
Simple NextBot with settings
The GBM2K (Grid Based Movement 2K) Framework is a Godot project that facilitates the creation of 2D grid-based games.
This tool allows you to use Wave function collapse algorithm in 3D. It adds an editor window for setting up objects and their rules.Detailed user manual in GitHub repository.
A godot 3.5 C# project based on physical procedural animationuses Dialogic addon by user coppolaemilioControls:- Arrows or Gamepad left joystick - Move- WSAD or Gamepad right joystick - Camera- X or Gamepad A button - Jump- C or Gamepad X button - Kick/Punch- Tab or Gamepad Select button - Editor menu- Esc or Gamepad Start button - Pause menu
A simple Godot project for localization and language change with CSV files.
Quickly build 3D meshes via basic shapes and self-created shapes
This is a very basic Pong game made with Godot.
Sample Player for the Godot Game Engine.