Tagged articles

Godot

5 articles · Page 1 of 1
AI Engineering
AI Engineering
Jul 27, 2026 · Artificial Intelligence

Low‑Cost Game Development with OpenCode AI: How Inference Routing Drives a Godot Shootout

The article details how OpenCode AI, combined with DigitalOcean's inference router, built a full‑featured Godot 4 penalty‑shootout game in a few hours, routing 596 tasks across cheap open‑source models, cutting token costs from $123 to $8.25 while revealing model performance, latency, and when to prefer frontier models.

AI CodingCost OptimizationGodot
0 likes · 22 min read
Low‑Cost Game Development with OpenCode AI: How Inference Routing Drives a Godot Shootout
21CTO
21CTO
Mar 11, 2025 · Game Development

Godot 4.4 Released: New Jolt Physics Integration and Enhanced Editor Features

Godot’s open‑source 4.4 update introduces native Jolt Physics support, 3D physics interpolation, an embedded game window for Linux, Windows and Android, upgraded C# to .NET 8, typed dictionaries in GDScript, and numerous QoL and performance enhancements that boost developer workflow.

.NET 8GDScriptGame Engine
0 likes · 4 min read
Godot 4.4 Released: New Jolt Physics Integration and Enhanced Editor Features
Alibaba Cloud Native
Alibaba Cloud Native
Nov 1, 2024 · Game Development

How an AI Code Assistant Supercharges a Godot Desktop Pet Project

This article walks through using the Tongyi Lingma AI code assistant to understand, develop, debug, and automate a Godot‑based desktop pet application, showcasing workspace queries, code generation, bug fixes, performance gains over Copilot, and CI integration via GitHub Actions.

AI code assistantBug fixingDesktop Pet
0 likes · 7 min read
How an AI Code Assistant Supercharges a Godot Desktop Pet Project
Programmer DD
Programmer DD
Mar 5, 2023 · Game Development

Godot 4.0 Release: Major 3D, 2D, and Rendering Overhauls Unveiled

Godot 4.0, the biggest and longest‑developed version of the open‑source game engine, introduces new Vulkan back‑ends, an OpenGL compatibility renderer, advanced global illumination, enhanced 2D tilemap tools, sophisticated shader and post‑processing features, plus extensive updates across scripting, physics, UI, XR, networking, audio and animation.

2D3DGame Engine
0 likes · 10 min read
Godot 4.0 Release: Major 3D, 2D, and Rendering Overhauls Unveiled
Programmer DD
Programmer DD
Sep 20, 2022 · Game Development

How to Recreate the Viral ‘Sheep a Sheep’ Puzzle Game in Godot

This article walks through recreating the popular ‘Sheep a Sheep’ puzzle game using Godot Engine, detailing the game’s mechanics, three stack patterns, data structures, detection of selectable tiles, level generation, shuffling, mask handling, and inter‑object communication, while sharing code snippets and design insights.

Data StructuresGDScriptGodot
0 likes · 15 min read
How to Recreate the Viral ‘Sheep a Sheep’ Puzzle Game in Godot