Developing games and tools.
- tiny_lobby: Multiplayer backend service with lua scripting.
- godot-softbody2d: Plugin that adds deformable 2D soft body.
- godot-rapier-physics: 2D and 3D physics engine for the Godot game engine with better stability, performance, liquids, determinism, state serialization and no ghost collisions.
- addon_tiny_lobby_client: Client used to connect to tiny lobby.
- action_godot_builder: Action that builds custom Godot Engine.
- action_setup_godot: GitHub Action that sets up the Godot Engine for Windows, Linux and Mac.
- action_export_godot_game: Actions to build Godot game for all platforms.
- action_deploy_godot_game: Actions to deploy Godot game to steam/web/itch/docker/appstore/playstore.
- documentation_release_checklist: A checklist of things needed to do when releasing a game.
- documentation_lobby: Documentation for Lobby Server.
- documentation_gdextension_to_module: Documentation for how to port a GDExtension to Module.
- project_godot_autobuild: Template project that uses Export Godot Game action.
- tiny_lobby_starter: Starter project for tiny lobby server.