Template for Hole.io style games
I've remade the cyanglaz plugin with .NET and added some functionalities.This tool allows you to display objects as cards in a TCG. Currently have:- Control node for laying out cards in a hand layout.- View hand layout directly in the editor. Any update on the variables reflect on the cards position in real time.- Configurable hover animation.- Node-free solution for providing layout information for a hand layout.- Dragging cards.- Draw cards from a deck.- Rearrange cards while dragging them around.- Activate card effect (with click or dragging them to a Playable Area)-
ChunkManager for Godot: A dynamic chunk management system for 2D games in Godot, enabling efficient loading and unloading of tile chunks based on player position. Utilizes noise generation for varied terrain types, including water, sand, and grass, optimizing performance for large game worlds.
GDCalculator is a simple yet usefull application written by ghgltggamer and developed in Godot Open Source Game Engine 3. The main moive behind this project was to promote the OpenSource Community and Help the Developers to add an advanced Calculator feature in there Projects. This is a fully Open Source Project.
Load/Surf/Interact with 3D models via URLs at runtime.XR Fragments is a tiny specification for viewing 3D models as linkable AR/VR websites.Address and Control anything inside a 3D model with W3C Media Fragments and URI Templates.Simply SURF a 3D file-verse and design for a Spatial Open Internet with the highest degree of interoperability.
A work in progress 2D fluid physics simulation made in Godot v4+the simulator uses bodies created via script using PhysicsServer2D, for every body a canvas item is created and updated to follow the body. Then, a custom shader is used to make it look like it's water.The project also features:2 different types of pointer deactivable rigidBody pointer gravitational pointer and testing areaThere's no cohesion between particles yet.No credits needed.
This is a game that uses Tweening to create satisfying animations while you suck leaves into a magic vortex. Showcase/ tutorial for this game is here, and linked below: https://youtu.be/yTkJv8tMO7gSee all my assets here: https://godotengine.org/asset-library/asset?user=ThinkWithGames
The 3 Axies starter 3D: Buba, Pomodoro and Puffy
This example lays the foundations for a lobby application to be used as a template in multiplayer game development. A lobby is a staging area which players access before joining the actual game. In a lobby, users can usually customize their profile, chat with friends, search for a game to join or launch a new game, invite friends to play and more.
The Tic-Tac-Toe example shows how to develop a full multiplayer turn-based game with Godot and SmartFoxServer 2X by implementing the well-known paper-and-pencil game for two players also known as Noughts and Crosses.
This Project is the last in a series of three in which we lay the foundations for a lobby application to be used as a template in multiplayer game development.
This example expands the one described in the Lobby: Basics tutorial by adding a friends list to the Lobby scene, with icons to represent the state of friends, controls to add, remove and block them and a panel to exchange private messages.